diff --git a/modules/home/common/default.nix b/modules/home/common/default.nix index 28e907b..550d089 100644 --- a/modules/home/common/default.nix +++ b/modules/home/common/default.nix @@ -25,7 +25,10 @@ in programs.fish.enable = true; programs.nix-index.enable = true; - programs.ssh.enable = true; + programs.ssh = { + enable = true; + addKeysToAgent = "yes"; + }; programs.git = { enable = true; difftastic.enable = true;