Steam: only enable pipewire's alsa support if it's used as the sound server

This commit is contained in:
Toast 2023-08-28 16:34:19 +02:00
parent 60b28ea218
commit bd85f36dda

View file

@ -7,5 +7,5 @@
remotePlay.openFirewall = true;
};
# Some linux native games (rise of the tomb raider) use alsa for sound
services.pipewire.alsa.enable = true;
services.pipewire.alsa.enable = if config.services.pipewire.pulse.enable == true then true else false;
}