Reconfigured steam to work natively

This commit is contained in:
Emmet 2023-07-10 18:15:35 -05:00
parent 84cec7897b
commit 556ade0239
3 changed files with 8 additions and 0 deletions

6
system/app/steam.nix Normal file
View file

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
hardware.opengl.driSupport32Bit = true;
programs.steam.enable = true;
}