nix/stylix/common/default.nix
2024-04-29 14:33:58 +09:00

3 lines
68 B
Nix

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