Add extra pass extensions
This commit is contained in:
parent
2b4f265369
commit
ead0d8fc1e
|
@ -5,7 +5,7 @@
|
|||
gpg.enable = true;
|
||||
password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
|
||||
package = pkgs.pass.withExtensions (exts: with exts; [ pass-otp pass-update pass-audit pass-import ]);
|
||||
settings.PASSWORD_STORE_DIR = with config.home;
|
||||
"${homeDirectory}/.password-store";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue