From e05f62ad72005ca3d97f35acb28da36465b8b69b Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 2 Apr 2024 16:53:08 +0100 Subject: [PATCH] Add GPG agent --- common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common.nix b/common.nix index 5582679..92431e9 100644 --- a/common.nix +++ b/common.nix @@ -50,6 +50,7 @@ git.enable = true; zsh.enable = true; ssh.startAgent = true; + gpg.agent.enable = true; }; environment.systemPackages = with pkgs; [