8 lines
120 B
Nix
8 lines
120 B
Nix
{ ... }:
|
|
{
|
|
programs.gamemode.enable = true;
|
|
programs.gamescope = {
|
|
enable = true;
|
|
capSysNice = true;
|
|
};
|
|
}
|