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"; } ];