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"; };