summaryrefslogtreecommitdiff
path: root/modules/scx.nix
blob: b6af15c2084e73845868512d8f09dfd7a83e4b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ ... }:
{
  services.scx = {
    enable = true;
    scheduler = "scx_rusty";
    # extraArgs =[
    #   ''
    #   --performance
    #   ''
    # ];
  };
}