diff --git a/hosts/desktop.nix b/hosts/desktop.nix index 0079e07..19eeb75 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -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" ''; }; }