From 8af044d9de76365d98c39fc2a7029ef5c5c07ded Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 22:54:53 +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 62cfa082..abf25a97 100644 --- a/nixos/common/services/gnupg-agent.nix +++ b/nixos/common/services/gnupg-agent.nix @@ -6,7 +6,7 @@ enableSSHSupport = true; enableBrowserSocket = true; enableExtraSocket = true; - pinentryFlavor = "curses"; + pinentryFlavor = "wayprompt"; }; environment.systemPackages = with pkgs; [