chore: update template slightly

This commit is contained in:
Youwen Wu 2024-12-31 17:32:35 -08:00
parent 1e2bd1ad1f
commit 93e83232fc
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

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