diff --git a/home/services/gpg-agent.nix b/home/services/gpg-agent.nix index a31971c..9ccf0df 100644 --- a/home/services/gpg-agent.nix +++ b/home/services/gpg-agent.nix @@ -5,4 +5,5 @@ _: defaultCacheTtl = 3600; maxCacheTtl = 36000; + pinentryFlavor = "qt"; }