From 93e83232fc7a70b25166705385942cfc12309eea Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 31 Dec 2024 17:32:35 -0800 Subject: [PATCH] chore: update template slightly --- templates/minimal/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" ]; };