qemu: Switch from gtk to sdl

This prevents any sort of menu bars from showing, which were unneeded,
and lets us take full advantage of the screen estate for the VM.
This commit is contained in:
Donovan Glover 2023-05-13 15:20:26 -04:00
parent c1c27a3a9c
commit c57b94aade
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -26,7 +26,7 @@
cores = 4;
};
virtualisation.qemu.options =
[ "-device virtio-vga-gl" "-display gtk,gl=on" ];
[ "-device virtio-vga-gl" "-display sdl,gl=on" ];
services.xserver.desktopManager.gnome.enable = true;
services.xserver.displayManager.gdm.enable = true;