diff options
Diffstat (limited to 'users/aspen/system/home/modules/common.nix')
-rw-r--r-- | users/aspen/system/home/modules/common.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/users/aspen/system/home/modules/common.nix b/users/aspen/system/home/modules/common.nix index b82827798e57..429621194b91 100644 --- a/users/aspen/system/home/modules/common.nix +++ b/users/aspen/system/home/modules/common.nix @@ -14,12 +14,12 @@ ../modules/lib/cloneRepo.nix ]; - home.username = "grfn"; - home.homeDirectory = "/home/grfn"; + home.username = "aspen"; + home.homeDirectory = "/home/aspen"; programs.password-store.enable = true; - grfn.impure.clonedRepos.passwordStore = { + aspen.impure.clonedRepos.passwordStore = { github = "glittershark/pass"; path = ".local/share/password-store"; }; |