Steam: only enable pipewire's alsa support if it's used as the sound server
This commit is contained in:
parent
60b28ea218
commit
bd85f36dda
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
};
|
};
|
||||||
# Some linux native games (rise of the tomb raider) use alsa for sound
|
# 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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue