diff --git a/modules/users/crow/configs/waybar.nix b/modules/users/crow/configs/waybar.nix index 30bf62f..5d29d69 100644 --- a/modules/users/crow/configs/waybar.nix +++ b/modules/users/crow/configs/waybar.nix @@ -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 ""; }; }