gpg: Switch to pinentry-qt
The Gnome 3 version has a weird issue where only about every fifth keypress is accepted.
This commit is contained in:
parent
59a2bb1e8a
commit
2e235dd1c7
|
@ -20,7 +20,7 @@
|
|||
enableZshIntegration = true;
|
||||
enableSshSupport = lib.mkDefault nixosConfig.sbruder.gui.enable;
|
||||
|
||||
pinentryPackage = if nixosConfig.sbruder.gui.enable then pkgs.pinentry-gnome3 else pkgs.pinentry-curses;
|
||||
pinentryPackage = if nixosConfig.sbruder.gui.enable then pkgs.pinentry-qt else pkgs.pinentry-curses;
|
||||
|
||||
defaultCacheTtl = 300;
|
||||
defaultCacheTtlSsh = defaultCacheTtl;
|
||||
|
|
Loading…
Reference in a new issue