explicitely enable pass extensions
This commit is contained in:
parent
09eefe6f5e
commit
d989e132d1
|
@ -8,8 +8,10 @@
|
|||
enable = true;
|
||||
package = pkgs.pass-nodmenu.withExtensions
|
||||
(exts: with exts; [ pass-otp pass-update pass-audit pass-import ]);
|
||||
settings.PASSWORD_STORE_DIR = with config.home;
|
||||
"${homeDirectory}/.password-store";
|
||||
settings = {
|
||||
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
|
||||
PASSWORD_STORE_ENABLE_EXTENSIONS = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
services = {
|
||||
|
|
Loading…
Reference in a new issue