From c1523b143ac1e26e4aca371476e1038b06bcec68 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 22:28:41 +0900 Subject: [PATCH] test --- nixos/common/services/gnupg-agent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/services/gnupg-agent.nix b/nixos/common/services/gnupg-agent.nix index e3372fd3..8de8d7e0 100644 --- a/nixos/common/services/gnupg-agent.nix +++ b/nixos/common/services/gnupg-agent.nix @@ -4,7 +4,7 @@ enableSSHSupport = true; enableBrowserSocket = true; enableExtraSocket = true; - pinentryFlavor = "curses"; + pinentryFlavor = "gnome3"; }; environment.systemPackages = with pkgs; [