From 588f1a17ca250ed4a2ac997bd8a0b16d4d7ba7e5 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 31 Dec 2025 13:26:54 -0600 Subject: [PATCH] fix(monitors): fix multi-monitor setup --- config.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.nix b/config.nix index ae51b9b..6dc14ca 100644 --- a/config.nix +++ b/config.nix @@ -17,7 +17,12 @@ }; }; hyprland = { - monitors = ["HDMI-A-1, 1920x1080@120, auto, 1"]; + monitors = [ + "DP-1,highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98,vrr,0" + "DP-2, highres@165,760x0,1" + "HDMI-A-1, highres@highrr@120, 3440x1440, 1.6" + ]; + # wallpaper = "nixos_rainbow.png"; wallpaper = "ai_pixel_purple.jpg"; # FIXME: redundant };