curacao: New screen disposition
This commit is contained in:
parent
440b1e0563
commit
35783ea086
|
@ -11,7 +11,10 @@
|
|||
};
|
||||
};
|
||||
frogeye.desktop = {
|
||||
x11_screens = [ "HDMI-1-0" "eDP-1" ];
|
||||
x11_screens = [
|
||||
"HDMI-1-3"
|
||||
"DVI-I-2-1"
|
||||
];
|
||||
maxVideoHeight = 1440;
|
||||
numlock = true;
|
||||
phasesBrightness = {
|
||||
|
@ -21,4 +24,6 @@
|
|||
nuit = "1";
|
||||
};
|
||||
};
|
||||
# Needs prefetched binary blobs, see https://nixos.wiki/wiki/Displaylink
|
||||
services.xserver.videoDrivers = [ "displaylink" "modesetting" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue