deps: gets gpg going

This commit is contained in:
Deepak Mallubhotla 2022-06-12 21:42:52 -05:00
parent 2e8a0ba608
commit 7479a8c298

View File

@ -99,6 +99,9 @@ in
wget vim
firefox
git
pinentry
pinentry-curses
gnupg
];
programs.zsh.enable = true;
@ -110,7 +113,7 @@ in
services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "gtk2";
pinentryFlavor = "curses";
enableSSHSupport = true;
};