feat(Zephyrus): Enable gamemode
This commit is contained in:
parent
4ed0ad3068
commit
8ae7ff1579
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,9 @@
|
|||
# ADB
|
||||
programs.adb.enable = true;
|
||||
|
||||
# Gaming
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
# User config
|
||||
users.groups.gaspard = {
|
||||
name = "gaspard";
|
||||
|
@ -60,6 +63,7 @@
|
|||
"seat"
|
||||
"audio"
|
||||
"adbusers"
|
||||
"gamemode"
|
||||
"networkmanager"
|
||||
];
|
||||
group = "gaspard";
|
||||
|
|
Loading…
Reference in a new issue