Reconfigured steam to work natively
This commit is contained in:
6
system/app/steam.nix
Normal file
6
system/app/steam.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
programs.steam.enable = true;
|
||||
}
|
Reference in New Issue
Block a user