feat(gaming): disable ananicy

This commit is contained in:
CronyAkatsuki 2025-11-25 19:12:28 +01:00
parent 31887094da
commit 4db38edcb6

View file

@ -19,23 +19,9 @@
# Enable gamescope
programs.gamescope = {
enable = true;
# capSysNice = true;
package = pkgs.gamescope_git;
};
# Manage gamescope using ananicy
services.ananicy = {
enable = true;
package = pkgs.ananicy-cpp;
rulesProvider = pkgs.ananicy-cpp;
extraRules = [
{
"name" = "gamescope";
"nice" = -20;
}
];
};
# Install gamemode
programs.gamemode = {
enable = true;