mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-01 03:32:26 +03:00
qemu-x86_64: use a smaller VT by default.
This commit is contained in:
parent
64d4e5a604
commit
334185ea21
@ -18,7 +18,7 @@ let
|
|||||||
"1920x1080x32" = { vga = "0x392"; width = 1920; height = 1080; depth = 32; };
|
"1920x1080x32" = { vga = "0x392"; width = 1920; height = 1080; depth = 32; };
|
||||||
};
|
};
|
||||||
|
|
||||||
MODE = MODES."1920x1080x32";
|
MODE = MODES."1280x720x32";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
mobile.device.name = "qemu-x86_64";
|
mobile.device.name = "qemu-x86_64";
|
||||||
|
Loading…
Reference in New Issue
Block a user