1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: enable gamemmode

This commit is contained in:
oddlama 2024-09-07 01:40:23 +02:00
parent bce1026afd
commit 7b2df57448
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 3 additions and 0 deletions

View file

@ -14,5 +14,7 @@
];
};
};
programs.gamemode.enable = true;
};
}

View file

@ -34,5 +34,6 @@
minecraft = uidGid 975;
stalwart-mail = uidGid 974;
netbird-home = uidGid 973;
gamemode = uidGid 972;
};
}