Add extra pass extensions
This commit is contained in:
parent
2b4f265369
commit
ead0d8fc1e
|
@ -5,7 +5,7 @@
|
||||||
gpg.enable = true;
|
gpg.enable = true;
|
||||||
password-store = {
|
password-store = {
|
||||||
enable = true;
|
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;
|
settings.PASSWORD_STORE_DIR = with config.home;
|
||||||
"${homeDirectory}/.password-store";
|
"${homeDirectory}/.password-store";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue