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;