fix(nix-hm): launch waybar with invalid GTK_THEME variable

This ensures no borders or stroke are applied — uses purely the CSS
defined for waybar.
This commit is contained in:
Price Hiller 2024-02-05 01:50:41 -06:00
parent edf34363aa
commit 11c809f77e
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -193,6 +193,7 @@ in {
};
services = {
waybar = {
Service.Environment="GTK_THEME='THIS THEME DOES NOT EXIST!'";
Install.WantedBy = [ "compositor.target" ];
Unit = {
PartOf = [ "compositor.target" ];