From 3f7ab77b68de9fcce25d4a0174af6eec651ae23e Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 16 Mar 2024 00:33:25 -0500 Subject: [PATCH] refactor(nix-hm): use `pinentry-qt` for gpg pinentry --- config/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.nix b/config/default.nix index beecd672..e7261978 100644 --- a/config/default.nix +++ b/config/default.nix @@ -334,7 +334,7 @@ in { enable = true; enableSshSupport = true; enableZshIntegration = true; - pinentryPackage = pkgs.pinentry-gtk2; + pinentryPackage = pkgs.pinentry-qt; maxCacheTtl = 14400; maxCacheTtlSsh = 14400; sshKeys = [ "530D3EC95C32AB9EC33714AAF865738D6E77680A" ];