fix(ryu): remove openrazer group and add gamemode group for user

This commit is contained in:
uttarayan21
2025-12-01 16:40:48 +05:30
parent 0f6ee21a35
commit ddb42b131a
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
device,
...
}: {
programs.gamemode = {
enable = true;
settings = {
@@ -16,4 +20,5 @@
};
};
};
users.users.${device.user}.extraGroups = ["gamemode"];
}