diff --git a/home/shell/tools.nix b/home/shell/tools.nix index 247d0db..85cb500 100644 --- a/home/shell/tools.nix +++ b/home/shell/tools.nix @@ -89,7 +89,7 @@ # ── Zellij (terminal multiplexer) ──────────────────── programs.zellij = { enable = true; - enableFishIntegration = true; + enableFishIntegration = false; settings = { show_startup_tips = false; };