remove displays from fcs-nixbook
This commit is contained in:
parent
e96f4495b2
commit
a7db081c82
1 changed files with 0 additions and 31 deletions
|
|
@ -97,35 +97,4 @@ in {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
displays = {
|
|
||||||
enable = true;
|
|
||||||
displays = {
|
|
||||||
"hdmi" = {
|
|
||||||
enable = true;
|
|
||||||
name = "HDMI-A-1";
|
|
||||||
wallpaper = ../images/nier2.jpg;
|
|
||||||
workspaces = {
|
|
||||||
start = 6;
|
|
||||||
end = 10;
|
|
||||||
};
|
|
||||||
position = {
|
|
||||||
x = 0;
|
|
||||||
y = 0;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
"internal" = {
|
|
||||||
enable = true;
|
|
||||||
name = "eDP-1";
|
|
||||||
workspaces = {
|
|
||||||
start = 1;
|
|
||||||
};
|
|
||||||
position = {
|
|
||||||
x = 0;
|
|
||||||
y = 1080;
|
|
||||||
};
|
|
||||||
wallpaper = ../images/nix-soft.png;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue