diff --git a/stylix/common/default.nix b/stylix/common/default.nix index 5f832d53..ac140980 100644 --- a/stylix/common/default.nix +++ b/stylix/common/default.nix @@ -1,3 +1,4 @@ { lib, ... }: { - stylix.targets.tmux.enable = lib.mkForce false; + stylix.targets.tmux.enable = lib.mkForce false; # Custom theme in main config + stylix.targets.zellij.enable = lib.mkForce false; # Custom theme in main config }