zaneyos/modules/home/stylix.nix

10 lines
175 B
Nix
Raw Normal View History

2025-02-17 11:56:54 +01:00
{...}: {
stylix.targets = {
waybar.enable = false;
rofi.enable = false;
hyprland.enable = false;
hyprlock.enable = false;
ghostty.enable = false;
};
}