From cdfd00a99ce456a2b1c639251a5802981f37a44f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikodem=20Rabuli=C5=84ski?= Date: Fri, 21 Mar 2025 23:31:18 +0100 Subject: [PATCH] modules/home/desktop/zellij: disable shell integrations --- modules/home/desktop/zellij.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/desktop/zellij.nix b/modules/home/desktop/zellij.nix index b5c34d0..3a4a025 100644 --- a/modules/home/desktop/zellij.nix +++ b/modules/home/desktop/zellij.nix @@ -3,7 +3,12 @@ # TODO: Move zellij to a wrapper programs.zellij = { enable = true; + enableBashIntegration = false; + enableFishIntegration = false; + enableZshIntegration = false; settings = { + default_layout = "compacter"; + show_startup_tips = false; keybinds = { shared_except = { _args = [ "locked" ];