4 lines
118 B
Nix
4 lines
118 B
Nix
{ lib, ... }: {
|
|
stylix.targets.tmux.enable = lib.mkForce false;
|
|
stylix.targets.fish.enable = lib.mkForce false;
|
|
}
|