Add steam

This commit is contained in:
MFlossmann 2024-06-27 12:30:02 +02:00
parent 7b1578b658
commit 53b8cd76ab

View file

@ -98,6 +98,17 @@
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
programs.steam = {
enable = true;
gamescopeSession.enable = true;
};
programs.gamemode.enable = true;
environment.systemPackages = with pkgs; [ protonup ];
environment.sessionVariables = {
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "/home/prunebutt/.steam/root/compatibilitytools.d";
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];