From 3d45b378ca9c35eb3adfdf635bf3f34f794c1672 Mon Sep 17 00:00:00 2001 From: Martin Pander Date: Sat, 7 Feb 2026 21:27:34 +0100 Subject: [PATCH] Fix ssh --- nix/modules/home/common.nix | 2 -- nix/modules/home/sh.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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"