From a75353a2504686993a3916ad5c1e5e088ed2343a Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 5 May 2026 09:54:50 -0400 Subject: enable gamemode --- system/gaming/steam.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system') 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]; -- cgit v1.2.3-freya