feat(home): disable stylix css for waybar

This commit is contained in:
Mohammad Rafiq 2025-06-14 22:44:27 +08:00
parent 3f4c051fe1
commit 7f06f204a8
No known key found for this signature in database

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.sessionVariables.STATUS_BAR = "waybar"; home.sessionVariables.STATUS_BAR = "waybar";
stylix.targets.waybar.addCss = false;
programs.waybar = { programs.waybar = {
settings = [ settings = [
{ {