Update monitor confuig
Some checks failed
NixOS Configuration Check / nixos-check (push) Failing after 23s

This commit is contained in:
Luke Else 2025-04-24 19:49:16 +01:00
parent 7a4a74a673
commit 3106cd4b62

View File

@ -15,7 +15,7 @@
# Dual display configuration
services.xserver = {
screenSection = ''
Option "metamodes" "HDMI-0: 1920x1080 +0+0, DP-0: 1920x1080 +1920+0"
Option "metamodes" "HDMI-0: 1920x1080 +0+1080, DP-0: 1920x1080 +1920+1080, DP-1: 2560x1440 +3840+0"
'';
};
}