3 lines
68 B
Nix
3 lines
68 B
Nix
{ lib, ... }: {
|
|
stylix.targets.tmux.enable = lib.mkForce false;
|
|
}
|
{ lib, ... }: {
|
|
stylix.targets.tmux.enable = lib.mkForce false;
|
|
}
|