{ config, pkgs, lib, ... }: { programs.steam = { enable = true; remotePlay.openFirewall = true; }; environment.systemPackages = with pkgs; [ ]; }