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 = {
# 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" ];
};