From 3106cd4b6251989f23e4c1a038502cd1710a4ec9 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 24 Apr 2025 19:49:16 +0100 Subject: [PATCH] Update monitor confuig --- hosts/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ''; }; }