From c2c9495db8b0ad90d3cabb7740835e602e9b15ac Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 15 Feb 2025 10:18:22 +0100 Subject: [PATCH] Zellij integration --- modules/hm/zellij.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/hm/zellij.nix b/modules/hm/zellij.nix index d1c8f1d..ad735b9 100644 --- a/modules/hm/zellij.nix +++ b/modules/hm/zellij.nix @@ -4,7 +4,12 @@ let strPalette = palette.toRgbHex nixosConfig.nix-rice.rice.colorPalette; in { - programs.zellij.enable = true; + programs.zellij = { + enable = true; + enableZshIntegration = false; + enableBashIntegration = false; + enableFishIntegration = false; + }; home.shellAliases = { "ze" = "zellij"; @@ -14,7 +19,6 @@ in xdg.configFile."zellij/config.kdl".text = '' theme "nix-rice" pane_frames false - default_layout "compact" ''; xdg.configFile."zellij/themes/nix-rice.kdl".text = ''