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