diff --git a/nixos/common/services/gnupg-agent.nix b/nixos/common/services/gnupg-agent.nix index 51e7fdaf..4f0ab86c 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 = "tty"; + pinentryFlavor = "emacs"; }; environment.systemPackages = with pkgs; [