about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-12 09:42:59 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-12 09:42:59 -0800
commitb614b9af1e02e796533a205898c2dde60df16af0 (patch)
tree3d0716c831d2f996d61b605ad55d71fe84b94fe5 /users
parenthosts: more typo (diff)
downloadworld-b614b9af1e02e796533a205898c2dde60df16af0.tar.gz
home-manager: remove trailing slash
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/default.nix b/users/fcuny/default.nix
index 29fe759..9d2f194 100644
--- a/users/fcuny/default.nix
+++ b/users/fcuny/default.nix
@@ -16,7 +16,7 @@
   };
 
   imports = [
-    ../common/desktop/
+    ../common/desktop
     ./git.nix
     ./go.nix
     ./tmux.nix