diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-05 09:54:50 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-05 09:54:50 -0400 |
| commit | a75353a2504686993a3916ad5c1e5e088ed2343a (patch) | |
| tree | 747ebc1f1c410c6a237b1c9a0c8c23c9be905d7a /system | |
| parent | enable nvidia power management (diff) | |
| download | dotfiles-nix-a75353a2504686993a3916ad5c1e5e088ed2343a.tar.gz dotfiles-nix-a75353a2504686993a3916ad5c1e5e088ed2343a.tar.bz2 dotfiles-nix-a75353a2504686993a3916ad5c1e5e088ed2343a.zip | |
enable gamemode
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]; |