Update the formatting of this file to be a little nicer

This commit is contained in:
Bun 2025-05-09 17:42:59 -04:00
parent ee3b40f61f
commit bde1cf4c9d

View file

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