move ananicy to systemwide

This commit is contained in:
Sean Kovacs 2026-03-03 23:22:53 -05:00
commit 1e5b22274a
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 12 additions and 13 deletions

View file

@ -51,7 +51,7 @@
programs = {
gamescope = {
enable = true;
capSysNice = false;
capSysNice = true;
};
gnupg.agent = {
enable = true;
@ -123,6 +123,17 @@
upower.enable = true;
power-profiles-daemon.enable = true;
openssh.enable = true;
ananicy = {
enable = true;
package = pkgs.ananicy-cpp;
rulesProvider = pkgs.ananicy-cpp;
extraRules = [
{
"name" = "gamescope";
"nice" = -20;
}
];
};
};
environment.systemPackages = with pkgs; [