stockholm/makefu/2configs/steam.nix

7 lines
149 B
Nix
Raw Normal View History

2016-06-02 12:45:10 +00:00
{pkgs, ...}:
{
environment.systemPackages = [ pkgs.steam ];
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.support32Bit = true;
}