From 21a2d58054ebc218c2f0257b8a8db0d9626501d9 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Fri, 26 Sep 2025 16:31:28 +0700 Subject: [PATCH] chore:fix final --- modules/home/rsydn/shell/zsh.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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