From dce52d3579629647d502468c4ced4f70372242a9 Mon Sep 17 00:00:00 2001 From: buffet Date: Sat, 5 Nov 2022 18:58:27 +0000 Subject: [PATCH] feat(gpg): use ncurses client --- programs/gpg.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/gpg.nix b/programs/gpg.nix index 025b50a..f640db8 100644 --- a/programs/gpg.nix +++ b/programs/gpg.nix @@ -2,6 +2,7 @@ programs.gnupg.agent = { enable = true; enableSSHSupport = true; + pinentryFlavor = "curses"; }; home-manager.users.buffet = {