profile/gaming: migrate pulseaudio

This commit is contained in:
Felix Buehler 2025-05-23 23:00:53 +02:00
parent 9c64b82610
commit 6fdcd50b1f

View file

@ -33,7 +33,7 @@ in
hardware = { hardware = {
graphics.enable32Bit = true; graphics.enable32Bit = true;
graphics.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ]; graphics.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
pulseaudio.support32Bit = true;
}; };
services.pulseaudio.support32Bit = true;
}; };
} }