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) ++