diff --git a/home/stylix.nix b/home/stylix.nix index 217d82d..d4d606e 100644 --- a/home/stylix.nix +++ b/home/stylix.nix @@ -9,6 +9,7 @@ targets.fzf.enable = lib.mkDefault false; # the ring is styled light so it's light on light which looks worse than the default theme targets.swaylock.enable = lib.mkDefault false; + targets.waybar.enable = lib.mkDefault false; } # only if styix is standalone (lib.mkIf (!(args ? osConfig && args.osConfig ? stylix)) {