diff options
author | Alex Auvolat <alex@adnab.me> | 2023-10-03 15:24:27 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-10-03 15:24:41 +0200 |
commit | 3b084286c97a75e8d2eb0ae06819bb5fd43bb8e9 (patch) | |
tree | 68198a4ca91f951b3207e993b62fba90eac3d1f2 /nixpkgs | |
parent | cd08dfe01827a78a7c77e2ced392ac0318c7f4a7 (diff) | |
download | user-config-3b084286c97a75e8d2eb0ae06819bb5fd43bb8e9.tar.gz user-config-3b084286c97a75e8d2eb0ae06819bb5fd43bb8e9.zip |
lindy: reinstall on zfs
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; |