Update the formatting of this file to be a little nicer
This commit is contained in:
parent
ee3b40f61f
commit
bde1cf4c9d
1 changed files with 4 additions and 6 deletions
|
@ -30,12 +30,10 @@
|
||||||
"66:${config.ws.w6a}"
|
"66:${config.ws.w6a}"
|
||||||
"99:${config.ws.w9a}"
|
"99:${config.ws.w9a}"
|
||||||
];
|
];
|
||||||
assign = output: workspaces:
|
assign = output: workspaces: map (workspace: {
|
||||||
map (workspace: {
|
|
||||||
inherit workspace;
|
inherit workspace;
|
||||||
inherit output;
|
inherit output;
|
||||||
})
|
}) workspaces;
|
||||||
workspaces;
|
|
||||||
in
|
in
|
||||||
(assign "${config.displays.tower1}" workspaces1) ++
|
(assign "${config.displays.tower1}" workspaces1) ++
|
||||||
(assign "${config.displays.tower2}" workspaces2) ++
|
(assign "${config.displays.tower2}" workspaces2) ++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue