nixos-config/2configs/steam.nix

7 lines
149 B
Nix
Raw Normal View History

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