10 lines
No EOL
172 B
Nix
10 lines
No EOL
172 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
services.scx = {
|
|
enable = true;
|
|
package = pkgs.scx.rustscheds;
|
|
# use gaming performance scheduler
|
|
scheduler = "scx_lavd";
|
|
};
|
|
} |