From 1363296a92b85e6b3be65d19bc1762640a277284 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 13 Nov 2023 16:16:18 +0100 Subject: [PATCH] re-add gpg agent to programs --- common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common.nix b/common.nix index 66a06fa..bc50220 100644 --- a/common.nix +++ b/common.nix @@ -194,6 +194,12 @@ in { enable = true; }; + gnupg.agent = { + enable = true; + enableSSHSupport = true; + pinentryFlavor = "gnome3"; + }; + direnv.enable = true; command-not-found.enable = false;