{ pkgs, ... }: { environment.systemPackages = with pkgs; [ mangohud protonup lutris bottles ]; programs = { steam = { enable = true; gamescopeSession.enable = true; }; gamemode.enable = true; }; environment.sessionVariables = { # Tell protonup where to install patched proton GE STEAM_EXTRA_COMPAT_TOOLS_PATHS = "/home/kamov/.steam/root/compatibilitytools.d"; }; }