nix/stylix/common/default.nix

9 lines
305 B
Nix
Raw Normal View History

2024-03-18 03:46:07 +01:00
{ lib, ... }: {
2024-08-18 07:06:00 +02:00
stylix.targets = {
tmux.enable = lib.mkForce false; # Config in main hm configs
zellij.enable = lib.mkForce false; # Config in main hm configs
fish.enable = lib.mkForce false; # Slow load times
btop.enable = lib.mkForce false; # This usually looks better
};
2024-03-18 03:46:07 +01:00
}