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 = ''