From 87b137bd812db48b66ca38a9a60a69717e686ba8 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 17 Aug 2021 14:30:05 +0100 Subject: [PATCH] Replace GTK2 pinentry dialog with GTK3 --- modules/gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui.nix b/modules/gui.nix index cf1f110..3e05d35 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -73,7 +73,7 @@ # GPG agent programs.gnupg.agent = { enable = true; - pinentryFlavor = "gtk2"; + pinentryFlavor = "gnome3"; }; # Tmux