From a85f46c91cec9fef2f09643d9d914cee4b03bb60 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 10 Sep 2022 12:22:03 +0200 Subject: [PATCH] give curses pinentry another chance --- modules/graphical.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical.nix b/modules/graphical.nix index dfa1980..a3aa0ad 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -151,5 +151,5 @@ wayland = true; }; }; - programs.gnupg.agent.pinentryFlavor = "gnome3"; + programs.gnupg.agent.pinentryFlavor = "curses"; }