From 4dbf06dfbb0bc198eaa4603fe045f6f16ba294ad Mon Sep 17 00:00:00 2001 From: kiana-S Date: Mon, 4 Mar 2024 00:01:20 -0500 Subject: [PATCH] Change default pinentry flavor --- config/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.nix b/config/config.nix index 35bcb1d..e1a753a 100644 --- a/config/config.nix +++ b/config/config.nix @@ -99,7 +99,7 @@ in programs.gnupg.agent = { enable = true; enableSSHSupport = true; - pinentryFlavor = "curses"; + pinentryFlavor = "gnome3"; }; # This value determines the NixOS release from which the default