nix/stylix/common/default.nix

5 lines
118 B
Nix
Raw Normal View History

2024-03-18 03:46:07 +01:00
{ lib, ... }: {
stylix.targets.tmux.enable = lib.mkForce false;
2024-04-29 06:27:25 +02:00
stylix.targets.fish.enable = lib.mkForce false;
2024-03-18 03:46:07 +01:00
}