From 1f9d627203fa8be4dbf85c7ec5b55952d3d00c0d Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 23 Aug 2024 09:50:48 +0100 Subject: [PATCH] removed commas, forgot i was coding in nix --- home-manager/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index f0a6cf8..024336c 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -139,7 +139,7 @@ ]; modules-left = [ "wlr/workspaces" "wlr/mode" "wlr/taskbar" ]; modules-center = [ "wlr/window" "clock" ]; - modules-right = [ "idle_inhibitor", "pulseaudio", "backlight", "battery", "tray" ]; + modules-right = [ "idle_inhibitor" "pulseaudio" "backlight" "battery" "tray" ]; "custom/hello-from-waybar" = { format = "hello {}";