diff --git a/modules/hm/keychain.nix b/modules/hm/keychain.nix index 4942332..049bec6 100644 --- a/modules/hm/keychain.nix +++ b/modules/hm/keychain.nix @@ -2,10 +2,6 @@ programs.keychain = { enable = true; keys = [ "id_ed25519" ]; - agents = [ - "gpg" - "ssh" - ]; enableBashIntegration = true; enableZshIntegration = true; enableXsessionIntegration = true;