From 73091a06dbf8b555715e9f56232a19ae645e6ba2 Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Tue, 17 Sep 2024 14:57:42 +0200 Subject: [PATCH] fix: waybar json syntax --- modules/home-manager/gui/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/gui/waybar.nix b/modules/home-manager/gui/waybar.nix index b372aee..b7d825d 100644 --- a/modules/home-manager/gui/waybar.nix +++ b/modules/home-manager/gui/waybar.nix @@ -133,7 +133,7 @@ in "modules-right": [ "tray", "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", "pulseaudio", "custom/separator",