From 03bc3ff44a734114b7fe26911e0ed91338bb895b Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Sun, 30 Mar 2025 00:14:39 +1100 Subject: [PATCH] Add a copy of gamemode and mangohud to steam as extra packages to fix compat --- nixos/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 888e982..9c162db 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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