diff --git a/lib/nixos/modules/autorandr.nix b/lib/nixos/modules/autorandr.nix
index b5385e7e..9fe3bd06 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";
             };