From 42fced727c67b9d8afa7c8239f4512b863cfba6f Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 4 Dec 2023 18:05:56 +0800 Subject: [PATCH] profiles/gaming: add GameMode --- modules/nixos/profiles/gaming.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/nixos/profiles/gaming.nix b/modules/nixos/profiles/gaming.nix index c74f2d8f..61aa1e2d 100644 --- a/modules/nixos/profiles/gaming.nix +++ b/modules/nixos/profiles/gaming.nix @@ -28,6 +28,9 @@ in gamescopeSession.enable = true; }; + # Get your game on, go play... + programs.gamemode.enable = true; + # Enable them controllers in case you have one. hardware.steam-hardware.enable = true; hardware.xone.enable = true;