feat: Disable scx for linux

This commit is contained in:
ulic-youthlic 2026-03-31 18:24:17 +08:00
parent 604eef61f9
commit 08140558f2
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -130,11 +130,6 @@
environment.variables.EDITOR = "hx";
services.dbus.implementation = "broker";
services.scx = {
enable = true;
scheduler = "scx_lavd";
package = pkgs.scx.rustscheds;
};
boot = {
kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-latest-lto-x86_64-v3;