mirror of
https://github.com/youwen5/nixos.git
synced 2025-03-02 23:21:11 -08:00
chore: update template slightly
This commit is contained in:
parent
1e2bd1ad1f
commit
93e83232fc
1 changed files with 3 additions and 3 deletions
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue