diff options
Diffstat (limited to 'system')
| -rw-r--r-- | system/gaming/steam.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/gaming/steam.nix b/system/gaming/steam.nix index 2364291..358a94a 100644 --- a/system/gaming/steam.nix +++ b/system/gaming/steam.nix @@ -30,6 +30,9 @@ in { # controllers hardware.steam-hardware.enable = true; + # gamer mode xd + programs.gamemode.enable = true; + # cod networking.firewall = { allowedTCPPorts = [3074]; |