diff --git a/modules/home/rsydn/shell/zsh.nix b/modules/home/rsydn/shell/zsh.nix index fba0088..5b753c5 100644 --- a/modules/home/rsydn/shell/zsh.nix +++ b/modules/home/rsydn/shell/zsh.nix @@ -77,9 +77,7 @@ in { }; }; } - { - programs.zsh.initContent = lib.mkOrder 550 cfg.extraBeforeCompInit; - } + { programs.zsh.initContent = lib.mkOrder 550 cfg.extraBeforeCompInit; } (mkIf cfg.enableVimMode { programs.zsh.initContent = lib.mkBefore '' bindkey -v