Add a copy of gamemode and mangohud to steam as extra packages to fix compat
This commit is contained in:
parent
bea9909fc0
commit
03bc3ff44a
1 changed files with 9 additions and 0 deletions
|
@ -171,6 +171,15 @@
|
|||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
package = pkgs.steam.override {
|
||||
extraPkgs = (pkgs: with pkgs; [
|
||||
gamemode
|
||||
mangohud
|
||||
# additional packages...
|
||||
# e.g. some games require python3
|
||||
]);
|
||||
};
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue