From ed69dba1ca66cb308b7e828e214f2dd671b3ae83 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 13 Apr 2026 20:30:04 +0800 Subject: [PATCH] fix(zellij): disable fish shell integration --- home/shell/tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };