diff --git a/hosts/mrmeeseeks/nixos-config.nix b/hosts/mrmeeseeks/nixos-config.nix index 2ccfb7e..2052e1a 100644 --- a/hosts/mrmeeseeks/nixos-config.nix +++ b/hosts/mrmeeseeks/nixos-config.nix @@ -1,4 +1,8 @@ { ... }: { - config.modules.gaming.steam.enable = true; + config.modules.gaming.steam = { + enable = true; + gamemode = true; + gamescope = true; + }; config.modules.hardware.laptop.enable = false; }