2024-03-18 03:46:07 +01:00
|
|
|
{ lib, ... }: {
|
2024-04-29 08:27:39 +02: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 02:59:23 +02:00
|
|
|
stylix.targets.fish.enable = lib.mkForce false; # Slow load times with tmux
|
2024-03-18 03:46:07 +01:00
|
|
|
}
|