diff --git a/nixos/tests/dwl.nix b/nixos/tests/dwl.nix index 6398ebeba5cf..b46c0f98ee97 100644 --- a/nixos/tests/dwl.nix +++ b/nixos/tests/dwl.nix @@ -23,6 +23,9 @@ services.displayManager.defaultSession = lib.mkForce "dwl"; programs.dwl.enable = true; + + # Need to switch to a different GPU driver than the default one (-vga std) so that dwl works on aarch64-linux + virtualisation.qemu.options = [ "-vga none -device virtio-gpu-pci" ]; }; testScript = ''