fix(tazjin/nixos): fix 32-bit support for games

Change-Id: I04cb7c448228771536f9f87155183bdaa8faf4e8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8768
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2023-06-14 12:10:44 +03:00 committed by tazjin
parent d5748475d8
commit 5753e2393a
2 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,7 @@
pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};