stockholm/makefu/2configs/steam.nix
2016-06-02 14:45:10 +02:00

7 lines
149 B
Nix

{pkgs, ...}:
{
environment.systemPackages = [ pkgs.steam ];
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.support32Bit = true;
}