nixos/tests/mate-wayland: Don't enable Pulseaudio

Fixes "Using PipeWire as the sound server conflicts with PulseAudio".
This commit is contained in:
Bobby Rong 2024-09-07 16:33:41 +08:00
parent bb75c6449c
commit dc1c788778
No known key found for this signature in database

View File

@ -20,8 +20,6 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
};
services.xserver.desktopManager.mate.enableWaylandSession = true;
hardware.pulseaudio.enable = true;
# Need to switch to a different GPU driver than the default one (-vga std) so that wayfire can launch:
virtualisation.qemu.options = [ "-vga none -device virtio-gpu-pci" ];
};