{ lib, ... }: {
  stylix.targets.tmux.enable = lib.mkForce false;   # Custom theme in main config
  stylix.targets.zellij.enable = lib.mkForce false; # Custom theme in main config
  stylix.targets.fish.enable = lib.mkForce false;   # Slow load times with tmux
}