From 5738ff913903b5a79173e442eb6569c4ca227709 Mon Sep 17 00:00:00 2001 From: DuN0z Date: Mon, 22 Sep 2025 12:02:43 +0200 Subject: [PATCH] ADD: ssh-key at launch --- hm/common/zsh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hm/common/zsh.nix b/hm/common/zsh.nix index 504140b..7f1a8f1 100644 --- a/hm/common/zsh.nix +++ b/hm/common/zsh.nix @@ -26,6 +26,10 @@ _: { M = "| more"; }; syntaxHighlighting.enable = true; + + profileExtra = '' + ssh-add ~/.ssh/$(hostname) + ''; }; } # vim: set ts=2 sw=2 sts=2 et :