nix/stylix/common/default.nix

9 lines
305 B
Nix
Raw Normal View History

2024-03-18 11:46:07 +09:00
{ lib, ... }: {
2024-08-18 14:06:00 +09: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 11:46:07 +09:00
}