nix/stylix/common/default.nix

5 lines
182 B
Nix
Raw Normal View History

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-03-18 11:46:07 +09:00
}