mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
feat: add a fmt github action
This commit is contained in:
parent
76055bdf3f
commit
2c0c99180e
4 changed files with 50 additions and 9 deletions
|
|
@ -76,9 +76,11 @@
|
|||
{
|
||||
id = "secondary-left";
|
||||
name = "Secondary Bar (Left)";
|
||||
screenPreferences = builtins.map (monitor: {
|
||||
inherit (monitor) name;
|
||||
}) leftMonitors;
|
||||
screenPreferences =
|
||||
builtins.map (monitor: {
|
||||
inherit (monitor) name;
|
||||
})
|
||||
leftMonitors;
|
||||
showOnLastDisplay = false;
|
||||
leftWidgets = [];
|
||||
centerWidgets = [];
|
||||
|
|
@ -92,9 +94,11 @@
|
|||
{
|
||||
id = "secondary-right";
|
||||
name = "Secondary Bar (Right)";
|
||||
screenPreferences = builtins.map (monitor: {
|
||||
inherit (monitor) name;
|
||||
}) rightMonitors;
|
||||
screenPreferences =
|
||||
builtins.map (monitor: {
|
||||
inherit (monitor) name;
|
||||
})
|
||||
rightMonitors;
|
||||
showOnLastDisplay = false;
|
||||
leftWidgets = [
|
||||
"workspaceSwitcher"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue