diff --git a/home/shell/tools.nix b/home/shell/tools.nix index d181e3c..247d0db 100644 --- a/home/shell/tools.nix +++ b/home/shell/tools.nix @@ -90,6 +90,9 @@ programs.zellij = { enable = true; enableFishIntegration = true; + settings = { + show_startup_tips = false; + }; }; # ── Ripgrep / FD ────────────────────────────────────