summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/steam.nix
blob: d4ec84abf9ca2566f38ea2d7437e690bc90c4dca (plain)
1
2
3
4
5
6
{pkgs, ...}:
{
  environment.systemPackages = [ pkgs.steam ];
  hardware.opengl.driSupport32Bit = true;
  hardware.pulseaudio.support32Bit = true;
}