diff --git a/configs/common.nix b/configs/common.nix index 5513556..1916c39 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -50,8 +50,15 @@ in { }; }; - hm.home = { - inherit stateVersion; + hm = { + home = {inherit stateVersion;}; + + programs.keychain = { + enable = true; + agents = ["ssh"]; + inheritType = "any"; + keys = ["id_ed25519"]; + }; }; home-manager = {