temperance/hardware/monitors.nix: switch from three to two monitors

This commit is contained in:
Charlie Root 2025-03-10 21:48:11 +01:00
commit a777db4848
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -12,18 +12,18 @@ _: {
y = 0; y = 0;
}; };
}; };
HDMI-A-2 = { # HDMI-A-2 = {
resolution = { # resolution = {
x = 1920; # x = 1920;
y = 1080; # y = 1080;
}; # };
scale = 1; # scale = 1;
refreshRate = 60; # refreshRate = 60;
position = { # position = {
x = 1920; # x = 1920;
y = 0; # y = 0;
}; # };
}; # };
HDMI-A-1 = { HDMI-A-1 = {
resolution = { resolution = {
x = 1920; x = 1920;
@ -32,7 +32,7 @@ _: {
scale = 1; scale = 1;
refreshRate = 60; refreshRate = 60;
position = { position = {
x = 3840; x = 1920;
y = 0; y = 0;
}; };
}; };