Remove passmenu, change pinentry to emacs

This commit is contained in:
Evie Litherland-Smith 2023-09-28 08:27:13 +01:00
parent 4c62219dde
commit 2462660e82

View file

@ -6,7 +6,7 @@
gpg.enable = true;
password-store = {
enable = true;
package = pkgs.pass.withExtensions
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";
@ -19,7 +19,7 @@
enable = true;
defaultCacheTtl = 7200;
defaultCacheTtlSsh = 7200;
pinentryFlavor = "gtk2";
pinentryFlavor = "emacs";
extraConfig = ''
no-allow-external-cache
allow-emacs-pinentry