mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-19 19:05:22 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user