nix/stylix/common/default.nix
2024-03-18 11:46:07 +09:00

3 lines
68 B
Nix

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