feat(nvim): enable pinentry

This commit is contained in:
Michael Mandl 2022-06-24 13:53:07 +02:00
parent 117c6aabc2
commit e974875d52
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -42,6 +42,9 @@
enable = true;
enableZshIntegration = true;
pinentryFlavor = "gtk2";
extraConfig = ''
allow-loopback-pinentry
'';
};
programs = {
@ -215,6 +218,9 @@
source = ./gnupg/pubring.asc;
trust = "ultimate";
}];
settings = {
pinentry-mode = "loopback";
};
};
zsh = {