nix/stylix/common/default.nix

4 lines
68 B
Nix
Raw Normal View History

2024-03-18 03:46:07 +01:00
{ lib, ... }: {
stylix.targets.tmux.enable = lib.mkForce false;
}