{pkgs, ...}: { programs.steam.enable = true; programs.steam.gamescopeSession.enable = true; programs.gamemode.enable = true; environment.systemPackages = with pkgs; [ mangohud protonup bottles heroic ]; environment.sessionVariables = { STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d"; }; }