summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/steam.nix
blob: 048c1d1a3d808902302efa5d007c065c09763a47 (plain)
1
2
3
4
5
6
7
8
{pkgs, ...}:
{
  users.users.makefu.packages = [
    pkgs.steam
  ];
  hardware.opengl.driSupport32Bit = true;
  hardware.pulseaudio.support32Bit = true;
}