This commit is contained in:
Martin Pander
2026-02-07 21:27:34 +01:00
parent cda09842fd
commit 3d45b378ca
2 changed files with 1 additions and 2 deletions

View File

@@ -46,6 +46,4 @@
news.display = "silent"; news.display = "silent";
programs.home-manager.enable = true; programs.home-manager.enable = true;
services.ssh-agent.enable = pkgs.stdenv.isLinux;
} }

View File

@@ -34,6 +34,7 @@ in
"spectrum" "spectrum"
"utility" "utility"
"completion" "completion"
"ssh"
"syntax-highlighting" "syntax-highlighting"
"history-substring-search" "history-substring-search"
"prompt" "prompt"