From 47284296e04365ac4fc1b41e2180b8c593cb812d Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 29 Dec 2024 19:57:04 -0500 Subject: [PATCH] ricing --- modules/users/crow/configs/waybar.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/users/crow/configs/waybar.nix b/modules/users/crow/configs/waybar.nix index 953fbcf..30bf62f 100644 --- a/modules/users/crow/configs/waybar.nix +++ b/modules/users/crow/configs/waybar.nix @@ -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 ""; }; }