chore:lqx

This commit is contained in:
dichgrem
2026-01-17 15:23:04 +08:00
parent fcec037bdf
commit a89c5fcb7d
2 changed files with 2 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
# See: https://search.nixos.org/options?show=boot.kernelPackages # See: https://search.nixos.org/options?show=boot.kernelPackages
# See: https://www.nyx.chaotic.cx/#using-sched-ext-schedulers # See: https://www.nyx.chaotic.cx/#using-sched-ext-schedulers
KernelPackages = "linuxPackages_zen"; KernelPackages = "linuxPackages_lqx";
# See: https://mynixos.com/nixpkgs/option/system.stateVersion # See: https://mynixos.com/nixpkgs/option/system.stateVersion
StateVersion = "26.05"; StateVersion = "26.05";
@@ -59,7 +59,4 @@
# See: https://github.com/qemu/qemu # See: https://github.com/qemu/qemu
# See: https://github.com/virt-manager/virt-manager # See: https://github.com/virt-manager/virt-manager
QEMU-VM-Use-Case = true; QEMU-VM-Use-Case = true;
# See: https://github.com/dbeaver/dbeaver
Database-Use-Case = true;
} }

View File

@@ -5,7 +5,7 @@
gvfs.enable = true; gvfs.enable = true;
scx = { scx = {
enable = true; enable = true;
scheduler = "scx_bpfland"; scheduler = "scx_lavd";
}; };
}; };
} }