{ pkgs, config, ... }:
{
  nixpkgs.config.allowUnfree = true;
  hardware.opengl.driSupport32Bit = true;
  programs.steam.enable = true;
}