Point password store at the right directory
This commit is contained in:
parent
3325f2b593
commit
edbd6133d8
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue