cleanup
This commit is contained in:
parent
29f54e7a5c
commit
5239ad4550
12 changed files with 89 additions and 14 deletions
|
@ -3,9 +3,7 @@
|
|||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (config.users) mainUser;
|
||||
in {
|
||||
}: {
|
||||
programs.gamemode = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -19,5 +17,5 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
users.users.${mainUser}.extraGroups = ["gamemode"];
|
||||
users.groups.gamemode.members = config.users.normalUsers;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue