From 548cd0195150be00dc0306228a8305c031df6265 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Fri, 12 Jan 2024 20:09:25 +0300 Subject: [PATCH] feat(cli) : lazy ssh agent --- modules/home-config.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home-config.nix b/modules/home-config.nix index b412bd3..04c2def 100644 --- a/modules/home-config.nix +++ b/modules/home-config.nix @@ -225,6 +225,9 @@ in { ''; oh-my-zsh = { enable = true; + extraConfig = '' + zstyle :omz:plugins:ssh-agent lazy yes + ''; plugins = [ "git" "ssh-agent" ]; # theme = "robbyrussell"; };