feat(gaming): disable ananicy
This commit is contained in:
parent
31887094da
commit
4db38edcb6
1 changed files with 0 additions and 14 deletions
|
|
@ -19,23 +19,9 @@
|
||||||
# Enable gamescope
|
# Enable gamescope
|
||||||
programs.gamescope = {
|
programs.gamescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# capSysNice = true;
|
|
||||||
package = pkgs.gamescope_git;
|
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
|
# Install gamemode
|
||||||
programs.gamemode = {
|
programs.gamemode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue