add gamemode
This commit is contained in:
parent
38abb9b673
commit
9f8b0b5078
2 changed files with 5 additions and 2 deletions
|
@ -106,6 +106,9 @@ in
|
|||
# Needed for lots of controller stuff
|
||||
hardware.uinput.enable = lib.mkDefault true;
|
||||
|
||||
# Optimizes running games
|
||||
programs.gamemode.enable = lib.mkDefault true;
|
||||
|
||||
# Allows realtime stuff, useful for games, audio etc
|
||||
services.udev.extraRules = ''
|
||||
KERNEL=="rtc0", GROUP="users"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue