k 2 steam.nix: init

This commit is contained in:
makefu 2016-06-02 14:45:10 +02:00
parent 3cce6ddda4
commit 84c014d55f
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -0,0 +1,6 @@
{pkgs, ...}:
{
environment.systemPackages = [ pkgs.steam ];
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.support32Bit = true;
}