mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
ricing
This commit is contained in:
parent
006ce6f5d7
commit
47284296e0
1 changed files with 3 additions and 3 deletions
|
|
@ -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 "";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue