ma pipewire: ensure pulseaudio is disabled

This commit is contained in:
makefu 2022-10-23 13:43:24 +02:00
parent 910c87cab9
commit 2a203f2f97

View file

@ -2,6 +2,7 @@
# TODO test `alsactl init` after suspend to reinit mic
{
security.rtkit.enable = true;
hardware.pulseaudio.enable = lib.mkForce false;
environment.systemPackages = with pkgs; [
alsaUtils