diff --git a/nix/modules/home/common.nix b/nix/modules/home/common.nix index 79f7b99..61436cf 100644 --- a/nix/modules/home/common.nix +++ b/nix/modules/home/common.nix @@ -46,6 +46,4 @@ news.display = "silent"; programs.home-manager.enable = true; - - services.ssh-agent.enable = pkgs.stdenv.isLinux; } diff --git a/nix/modules/home/sh.nix b/nix/modules/home/sh.nix index d96b1a7..82ce0df 100644 --- a/nix/modules/home/sh.nix +++ b/nix/modules/home/sh.nix @@ -34,6 +34,7 @@ in "spectrum" "utility" "completion" + "ssh" "syntax-highlighting" "history-substring-search" "prompt"