From 980c4183dfa00abdd5093b1735c24388c28f3b79 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 19 Aug 2023 06:57:39 +0000 Subject: [PATCH] try to fix pinentry --- hosts/sakowsl/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 7d73cd5b..6de073f8 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -69,7 +69,7 @@ # litearlly! ! ! ! ! ! programs.gnupg.agent = { enable = true; - pinentryFlavor = "curses"; + pinentryFlavor = "gnome3"; # enableSSHSupport = true; };