From bc366d2e485675f1c22cc805a53b617b3999fcca Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 7 Oct 2024 09:44:17 +0100 Subject: [PATCH] Change monitor resolution --- lib/nixos/modules/autorandr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nixos/modules/autorandr.nix b/lib/nixos/modules/autorandr.nix index b5385e7..9fe3bd0 100644 --- a/lib/nixos/modules/autorandr.nix +++ b/lib/nixos/modules/autorandr.nix @@ -27,7 +27,7 @@ "HDMI-1" = { enable = true; - mode = "3840x2160"; + mode = "2560x1440"; primary = true; rate = "59.95"; };