mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-25 16:14:16 -05:00
template for ricing improvements
This commit is contained in:
parent
2fc97c184e
commit
006ce6f5d7
2 changed files with 10 additions and 2 deletions
|
|
@ -223,7 +223,7 @@
|
|||
in {
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
settings = og_waybar.jsonc;
|
||||
style = og_waybar.style;
|
||||
settings = if config.ricing.basic.enable then og_waybar else {};
|
||||
style = if config.ricing.basic.enable then og_waybar.style else "";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue