summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-05-05 09:54:50 -0400
committerFreya Murphy <freya@freyacat.org>2026-05-05 09:54:50 -0400
commita75353a2504686993a3916ad5c1e5e088ed2343a (patch)
tree747ebc1f1c410c6a237b1c9a0c8c23c9be905d7a /system
parentenable nvidia power management (diff)
downloaddotfiles-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.nix3
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];