2024-03-18 11:46:07 +09:00
|
|
|
{ lib, ... }: {
|
2024-04-29 15:27:39 +09:00
|
|
|
stylix.targets.tmux.enable = lib.mkForce false; # Custom theme in main config
|
|
|
|
stylix.targets.zellij.enable = lib.mkForce false; # Custom theme in main config
|
2024-04-30 09:59:23 +09:00
|
|
|
stylix.targets.fish.enable = lib.mkForce false; # Slow load times with tmux
|
2024-03-18 11:46:07 +09:00
|
|
|
}
|