gnupg: use curses pinentry
This commit is contained in:
parent
c902040ade
commit
4f561c1dae
|
@ -294,6 +294,7 @@ in {
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
|
|
||||||
gnupg.agent.enable = true;
|
gnupg.agent.enable = true;
|
||||||
|
gnupg.agent.pinentryFlavor = "curses";
|
||||||
|
|
||||||
neovim = {
|
neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue