mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-11 12:16:42 +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:
parent
c1c27a3a9c
commit
c57b94aade
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user