diff --git a/home/common.nix b/home/common.nix index d8f644f..ffc3b4c 100644 --- a/home/common.nix +++ b/home/common.nix @@ -2,7 +2,7 @@ { imports = [ - nixvim.homeManagerModules.nixvim + nixvim.homeModules.nixvim ../modules/nvim.nix ../modules/tmux.nix ../modules/zsh.nix diff --git a/modules/ssh.nix b/modules/ssh.nix index c9031d5..dfb5369 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -3,9 +3,13 @@ { programs.ssh = { enable = true; - addKeysToAgent = "yes"; + enableDefaultConfig = false; matchBlocks = { + + "*" = { + addKeysToAgent = "yes"; + }; "github.com" = { hostname = "github.com";