diff --git a/templates/minimal/configuration.nix b/templates/minimal/configuration.nix index 650c2b5..649b972 100755 --- a/templates/minimal/configuration.nix +++ b/templates/minimal/configuration.nix @@ -50,15 +50,15 @@ }; extras.gaming = { # Enable gaming utilities, like Heroic, Lutris, Steam - enable = true; + enable = false; # Installs Roblox using Sober, as a flatpak. Note that this will enable # the impure flatpak service that automatically updates flatpaks every # week upon nixos-rebuild switch - roblox.enable = true; + roblox.enable = false; utilities.gamemode = { # enable the gamemoderun binary to maximize gaming performance - enable = true; + enable = false; # don't forget to update this if you change your username! gamemodeUsers = [ "default-user" ]; };