From 8623ac4656488548da1d1ecaed3c386b1bfcb24d Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Mon, 14 Aug 2023 17:01:40 -0400 Subject: nixos/iso-image: Add common display resolutions Hey, look at that, grub is the correct way around on a Steam Deck! --- nixos/modules/installer/cd-dvd/iso-image.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos') diff --git a/nixos/modules/installer/cd-dvd/iso-image.nix b/nixos/modules/installer/cd-dvd/iso-image.nix index 99c3779119f4..326b133dbae7 100644 --- a/nixos/modules/installer/cd-dvd/iso-image.nix +++ b/nixos/modules/installer/cd-dvd/iso-image.nix @@ -185,10 +185,14 @@ let # So instead we'll list a lot of possibly valid modes :/ #"3840x2160" #"2560x1440" + "1920x1200" "1920x1080" "1366x768" + "1280x800" "1280x720" + "1200x1920" "1024x768" + "800x1280" "800x600" "auto" ]} -- cgit 1.4.1