From 067d9ddb2f6c39012ef796f660457cfe67f12dd2 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 26 Aug 2025 11:46:14 +0200 Subject: [PATCH] add 2nd monitor config --- hosts/lambdaos/configuration.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 92b3d67..8d544ca 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -58,12 +58,21 @@ enableGames = true; displays = [ { - name = "DP-3"; + name = "DP-2"; + horizontal = 2560; + vertical = 1440; + horizontal-offset = 0; + vertical-offset = 0; + refresh-rate = 360; + scale = "1"; + } + { + name = "HDMI-A-1"; horizontal = 2560; vertical = 1440; horizontal-offset = 2560; vertical-offset = 0; - refresh-rate = 360; + refresh-rate = 144; scale = "1"; } ];