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:
Simon Bruder 2024-06-26 13:55:18 +02:00
parent 59a2bb1e8a
commit 2e235dd1c7
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -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;