diff options
-rw-r--r-- | users/grfn/system/home/modules/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/grfn/system/home/modules/common.nix b/users/grfn/system/home/modules/common.nix index 86e4ba400e7c..6871cadda1cf 100644 --- a/users/grfn/system/home/modules/common.nix +++ b/users/grfn/system/home/modules/common.nix @@ -13,6 +13,8 @@ ../modules/lib/cloneRepo.nix ]; + home.homeDirectory = "/home/grfn"; + programs.password-store.enable = true; grfn.impure.clonedRepos.passwordStore = { |