diff --git a/roles/gaming/steam.nix b/roles/gaming/steam.nix index 1c71901..27a1a33 100644 --- a/roles/gaming/steam.nix +++ b/roles/gaming/steam.nix @@ -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; }