diff options
Diffstat (limited to 'nixpkgs')
-rw-r--r-- | nixpkgs/lindy.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/lindy.nix b/nixpkgs/lindy.nix index c1baee5..98b5dcd 100644 --- a/nixpkgs/lindy.nix +++ b/nixpkgs/lindy.nix @@ -1,8 +1,8 @@ { pkgs, ... }: { imports = [ ./common.nix ]; - home.homeDirectory = "/home/lx.nix"; - xdg.userDirs.download = "/home/lx.nix/Downloads"; + home.homeDirectory = "/home/lx"; + xdg.userDirs.download = "/home/lx/Downloads"; programs.keychain = { enable = true; |