From 2ed67013bde8d2d902ccf299cb107d23a4e0bfa8 Mon Sep 17 00:00:00 2001 From: willemml Date: Mon, 6 Nov 2023 11:47:34 -0800 Subject: [PATCH] Sets linux gpg-agent pinentry flavour to tty --- home-manager/profiles/willem/linux/services.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/profiles/willem/linux/services.nix b/home-manager/profiles/willem/linux/services.nix index f5a4690..e6a9151 100644 --- a/home-manager/profiles/willem/linux/services.nix +++ b/home-manager/profiles/willem/linux/services.nix @@ -11,6 +11,7 @@ enableZshIntegration = true; defaultCacheTtl = 30; maxCacheTtl = 600; + pinentryFlavor = "tty"; }; emacs = { enable = true;