5 lines
262 B
Nix
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
|
|
}
|