From 7f06f204a85c1b6efa7114e9276618752446a63a Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 14 Jun 2025 22:44:27 +0800 Subject: [PATCH] feat(home): disable stylix css for waybar --- homes/x86_64-linux/rafiq/desktop/status-bar.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homes/x86_64-linux/rafiq/desktop/status-bar.nix b/homes/x86_64-linux/rafiq/desktop/status-bar.nix index e8426da..8f097f4 100644 --- a/homes/x86_64-linux/rafiq/desktop/status-bar.nix +++ b/homes/x86_64-linux/rafiq/desktop/status-bar.nix @@ -1,6 +1,7 @@ { pkgs, ... }: { home.sessionVariables.STATUS_BAR = "waybar"; + stylix.targets.waybar.addCss = false; programs.waybar = { settings = [ {