Point password store at the right directory

This commit is contained in:
Emi Simpson 2023-01-15 15:37:50 -05:00
parent 3325f2b593
commit edbd6133d8
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
programs.password-store = {
enable = true;
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
settings.PASSWORD_STORE_DIR = "$HOME/Sync/Secure/Passwords";
};
programs.fish = import programs/fish.nix pkgs;
programs.nnn = {