about summary refs log tree commit diff
path: root/home/profiles/base
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-12-30 14:12:43 +0900
committersefidel <contact@sefidel.net>2023-12-30 14:16:51 +0900
commit3d36f61dc6fb3c80ad0f9ba8600abb3f86a9047f (patch)
treebd3e1c45c93f4f606fb12aa7af5332d31535e24d /home/profiles/base
parent21b23166e2629b353489d3b009202e2b459a8a3a (diff)
downloadnixrc-3d36f61dc6fb3c80ad0f9ba8600abb3f86a9047f.tar.gz
nixrc-3d36f61dc6fb3c80ad0f9ba8600abb3f86a9047f.zip
chore(flake): bump
Diffstat (limited to 'home/profiles/base')
-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;