mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
feat: enable gamemmode
This commit is contained in:
parent
bce1026afd
commit
7b2df57448
2 changed files with 3 additions and 0 deletions
|
@ -14,5 +14,7 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -34,5 +34,6 @@
|
|||
minecraft = uidGid 975;
|
||||
stalwart-mail = uidGid 974;
|
||||
netbird-home = uidGid 973;
|
||||
gamemode = uidGid 972;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue