From 4f561c1daeca89fb8e7531ecb761a597a8d8d1ec Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 2 Jun 2024 16:30:09 +0200 Subject: [PATCH] gnupg: use curses pinentry --- hosts/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common.nix b/hosts/common.nix index 3373d77..aa70d8b 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -294,6 +294,7 @@ in { zsh.enable = true; gnupg.agent.enable = true; + gnupg.agent.pinentryFlavor = "curses"; neovim = { enable = true;