nix/stylix/common/default.nix
2024-04-29 15:27:39 +09:00

4 lines
182 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
}