trying steam fixes

This commit is contained in:
2026-01-23 19:57:11 +01:00
parent 881a047c75
commit 191733ec51

View File

@@ -29,7 +29,6 @@
# capSysNice = true;
# };
environment.systemPackages = with pkgs; [
steam
protonup-ng # Tool to install and manage Proton-GE
lutris
vkd3d
@@ -38,10 +37,15 @@
protontricks
mangohud
vkbasalt
gamemode
gamescope
];
programs.steam = {
enable = true;
package = pkgs.steam.override {
extraPkgs = pkgs: with pkgs; [
gamemode
];
};
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers