diff --git a/roles/gaming/steam.nix b/roles/gaming/steam.nix index 178dc44..1c71901 100644 --- a/roles/gaming/steam.nix +++ b/roles/gaming/steam.nix @@ -6,4 +6,6 @@ # Doubt that I'll use it, but I'll enable it anyways remotePlay.openFirewall = true; }; + # Some linux native games (rise of the tomb raider) use alsa for sound + services.pipewire.alsa.enable = true; }