This commit is contained in:
TheWanderingCrow 2024-12-29 19:57:41 -05:00
parent 47284296e0
commit 668cf7d116

View file

@ -223,7 +223,7 @@
in {
programs.waybar = {
enable = true;
settings = if osConfig.ricing.basic.enable then og_waybar else {};
settings = if osConfig.ricing.basic.enable then og_waybar.jsonc else {};
style = if osConfig.ricing.basic.enable then og_waybar.style else "";
};
}