From 8f7e8e3661a991e7bf044bac5c5a5670b293b555 Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 30 Jun 2023 12:15:13 +0200 Subject: [PATCH] Steam: enable pipewire alsa compatibility --- roles/gaming/steam.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }