Steam: enable pipewire alsa compatibility

This commit is contained in:
Toast 2023-06-30 12:15:13 +02:00
parent 2d69565d91
commit 8f7e8e3661

View file

@ -6,4 +6,6 @@
# Doubt that I'll use it, but I'll enable it anyways # Doubt that I'll use it, but I'll enable it anyways
remotePlay.openFirewall = true; remotePlay.openFirewall = true;
}; };
# Some linux native games (rise of the tomb raider) use alsa for sound
services.pipewire.alsa.enable = true;
} }