nix/stylix/common/default.nix
2024-04-30 09:59:23 +09:00

5 lines
262 B
Nix

{ 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
}