From bde1cf4c9d52d52d797fcad591e140913dddc307 Mon Sep 17 00:00:00 2001 From: Bun Date: Fri, 9 May 2025 17:42:59 -0400 Subject: [PATCH] Update the formatting of this file to be a little nicer --- modules/home/wms/sway/outputs/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/modules/home/wms/sway/outputs/default.nix b/modules/home/wms/sway/outputs/default.nix index c7963fa0..a287851f 100644 --- a/modules/home/wms/sway/outputs/default.nix +++ b/modules/home/wms/sway/outputs/default.nix @@ -30,12 +30,10 @@ "66:${config.ws.w6a}" "99:${config.ws.w9a}" ]; - assign = output: workspaces: - map (workspace: { - inherit workspace; - inherit output; - }) - workspaces; + assign = output: workspaces: map (workspace: { + inherit workspace; + inherit output; + }) workspaces; in (assign "${config.displays.tower1}" workspaces1) ++ (assign "${config.displays.tower2}" workspaces2) ++