about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/base/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 9189744..0be9a53 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -208,7 +208,7 @@ in
     services = {
       gpg-agent = lib.mkIf pkgs.stdenv.isLinux {
         enable = true;
-        pinentryFlavor = "gtk2";
+        pinentryFlavor = "gnome3";
         defaultCacheTtl = 3600;
         defaultCacheTtlSsh = 3600;
         maxCacheTtl = 86400;