k 2 steam.nix: init
This commit is contained in:
parent
3cce6ddda4
commit
84c014d55f
6
makefu/2configs/steam.nix
Normal file
6
makefu/2configs/steam.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.steam ];
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.pulseaudio.support32Bit = true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user