feat(nvim): enable pinentry
This commit is contained in:
parent
117c6aabc2
commit
e974875d52
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
pinentryFlavor = "gtk2";
|
pinentryFlavor = "gtk2";
|
||||||
|
extraConfig = ''
|
||||||
|
allow-loopback-pinentry
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
@ -215,6 +218,9 @@
|
||||||
source = ./gnupg/pubring.asc;
|
source = ./gnupg/pubring.asc;
|
||||||
trust = "ultimate";
|
trust = "ultimate";
|
||||||
}];
|
}];
|
||||||
|
settings = {
|
||||||
|
pinentry-mode = "loopback";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
zsh = {
|
zsh = {
|
||||||
|
|
Loading…
Reference in a new issue