explicitely enable pass extensions

This commit is contained in:
Evie Litherland-Smith 2023-10-10 07:18:59 +01:00
parent 09eefe6f5e
commit d989e132d1

View file

@ -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 = {