From cb84afaaec5dabc6bde1908f3c2718f618673075 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 15 Jul 2024 21:31:44 +0200 Subject: [PATCH] shell: add ssh-agent again --- modules/shell/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shell/zsh.nix b/modules/shell/zsh.nix index 583c6b1..ff384d2 100644 --- a/modules/shell/zsh.nix +++ b/modules/shell/zsh.nix @@ -36,6 +36,7 @@ # Swag pfetch # Show fetch logo on terminal start eval "$(direnv hook zsh)" + eval "$(ssh-agent)" ''; }; };