This commit is contained in:
TheWanderingCrow 2024-12-29 19:57:04 -05:00
parent 006ce6f5d7
commit 47284296e0

View file

@ -1,4 +1,4 @@
{config, ...}: let
{osConfig, ...}: let
# screenshots/og_waybar.jpg
og_waybar = {
jsonc = {
@ -223,7 +223,7 @@
in {
programs.waybar = {
enable = true;
settings = if config.ricing.basic.enable then og_waybar else {};
style = if config.ricing.basic.enable then og_waybar.style else "";
settings = if osConfig.ricing.basic.enable then og_waybar else {};
style = if osConfig.ricing.basic.enable then og_waybar.style else "";
};
}