system/core/boot: use scx_lavd as the scheduler
This commit is contained in:
parent
34106c074c
commit
5b8cb57762
1 changed files with 5 additions and 1 deletions
|
@ -33,5 +33,9 @@
|
|||
|
||||
kernelPackages = pkgs.linuxPackages_cachyos;
|
||||
};
|
||||
chaotic.scx.enable = true; # by default uses scx_rustland scheduler
|
||||
environment.systemPackages = [pkgs.scx];
|
||||
chaotic = {
|
||||
scx.enable = true;
|
||||
scx.scheduler = "scx_lavd";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue