summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/settings/gaming.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/settings/gaming.nix b/system/settings/gaming.nix
index 69fba05e..94e45077 100644
--- a/system/settings/gaming.nix
+++ b/system/settings/gaming.nix
@@ -2,6 +2,9 @@
 
 {
   programs.steam.enable = true;
+  programs.gamemode = {
+    enable = true;
+  };
   hardware.steam-hardware.enable = true;
   hardware.opengl.driSupport32Bit = true;
   hardware.pulseaudio.support32Bit = true;