alien: fix gamescope in steam
This commit is contained in:
parent
312c990b58
commit
3369fb54f1
1 changed files with 13 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
programs = {
|
||||
gamescope = {
|
||||
enable = true;
|
||||
capSysNice = true;
|
||||
capSysNice = false;
|
||||
};
|
||||
steam = {
|
||||
enable = true;
|
||||
|
|
@ -44,6 +44,18 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.ananicy = {
|
||||
enable = true;
|
||||
package = pkgs.ananicy-cpp;
|
||||
rulesProvider = pkgs.ananicy-cpp;
|
||||
extraRules = [
|
||||
{
|
||||
"name" = "gamescope";
|
||||
"nice" = -20;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = [
|
||||
"modesetting"
|
||||
"nvidia"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue