changed or somehting idk

This commit is contained in:
Charlie Root 2024-08-07 00:12:28 +02:00
commit 8ee1ff6aa7
5 changed files with 65 additions and 15 deletions

View file

@ -19,9 +19,10 @@ in {
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
gamescopeSession.enable = mkIf cfg.gamescope true;
extraCompatPackages = with pkgs; [proton-ge-bin];
};
programs.gamemode.enable = true;
environment.systemPackages = [pkgs.protonup-ng];
# environment.systemPackages = [pkgs.protonup-ng];
environment.sessionVariables = {
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "/home/${username}/.steam/root/compatibilitytoolds.d";
};