From 841d84c952e47ebd872c265b023ee1f363e459b7 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 5 May 2024 08:25:45 +0900 Subject: [PATCH] UPdate --- home-manager/common/software/cli/gpg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/gpg.nix b/home-manager/common/software/cli/gpg.nix index bd05ef25..bbd68a56 100644 --- a/home-manager/common/software/cli/gpg.nix +++ b/home-manager/common/software/cli/gpg.nix @@ -1,5 +1,5 @@ { ... }: { - programs.gpg = { + programs.gpg-agent = { enable = true; enableExtraSocket = true; enableSSHSupport = true;