mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/iso-image: Add common display resolutions
Hey, look at that, grub is the correct way around on a Steam Deck!
This commit is contained in:
parent
080bff8159
commit
8623ac4656
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue