fix: waybar json syntax
This commit is contained in:
parent
affb3eb8d1
commit
73091a06db
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ in
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"tray",
|
"tray",
|
||||||
"network",
|
"network",
|
||||||
${lib.optionalString (nixosConfig.bchmnn.collections.vpn.enable && nixosConfig.bchmnn.collections.vpn.dryborg.enable) "custom/vpndryborg,"}
|
${lib.optionalString (nixosConfig.bchmnn.collections.vpn.enable && nixosConfig.bchmnn.collections.vpn.dryborg.enable) "\"custom/vpndryborg\","}
|
||||||
"custom/separator",
|
"custom/separator",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"custom/separator",
|
"custom/separator",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue