nix/stylix/common/default.nix
2024-04-29 13:27:25 +09:00

4 lines
118 B
Nix

{ lib, ... }: {
stylix.targets.tmux.enable = lib.mkForce false;
stylix.targets.fish.enable = lib.mkForce false;
}