{ lib, config, ... }: { config = lib.mkIf config.gaming.enable { programs.steam = { enable = true; remotePlay.openFirewall = true; }; }; }