mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Reconfigured steam to work natively
This commit is contained in:
parent
84cec7897b
commit
556ade0239
3 changed files with 8 additions and 0 deletions
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue