diff --git a/home-manager/common/desktops/hyprland/themes/stylix/waybar-conf.nix b/home-manager/common/desktops/hyprland/themes/stylix/waybar-conf.nix index f44c4d19..3c5ec693 100644 --- a/home-manager/common/desktops/hyprland/themes/stylix/waybar-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/stylix/waybar-conf.nix @@ -148,10 +148,10 @@ }; # Waybar theming - ".config/waybar/style.css" = { - enable = false; - executable = false; - text = '' + home.file.".config/waybar/style.css" = { + enable = false; + executable = false; + text = '' #workspaces button.active { padding: 0px 15px; @@ -249,7 +249,6 @@ color: #d9eed2; font-size: 14px; } - ''; + ''; }; - }; }