From ea7811692d8c241d0c8debefe15b1b86a3d5527c Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 30 Jul 2024 18:10:17 -0400 Subject: [PATCH] nix fmt --- homeManagerModules/apps/waybar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/apps/waybar/default.nix b/homeManagerModules/apps/waybar/default.nix index 9082ed41..dd6ec157 100644 --- a/homeManagerModules/apps/waybar/default.nix +++ b/homeManagerModules/apps/waybar/default.nix @@ -232,7 +232,7 @@ "orientation" = "horizontal"; modules = ["pulseaudio" "bluetooth" "network" "power-profiles-daemon" "battery"]; }; - + "group/session" = { "orientation" = "horizontal"; modules = ["custom/dnd" "idle_inhibitor" "custom/logout"];