diff --git a/home/common/default.nix b/home/common/default.nix index e81439f..33f9961 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -111,13 +111,12 @@ }; }; programs.go.enable = true; - # programs.keychain = { - # enable = true; - # enableBashIntegration = true; - # agents = "ssh"; - # # keys = - # # "id_aur id_dsa id_ed25519 id_rsa 56913AD86A18257132AA9F03928BC0B78C1BF5AA"; - # inheritType = "any"; - # }; + programs.keychain = { + enable = true; + enableBashIntegration = true; + keys = + "id_aur id_dsa id_ed25519 git C7E41C9F79C846984163693FCCD8E76F07EA701B"; + inheritType = "any"; + }; home.file.".links/links.cfg".source = files/links.cfg; }