This commit is contained in:
cy 2025-01-21 04:25:30 -05:00
parent ae71a8a779
commit bbcc1433de
4 changed files with 12 additions and 25 deletions

View file

@ -1,6 +1,8 @@
final: prev: let
final: prev:
let
inherit (prev) lib;
in {
in
{
linuxKernels.kernels.linux_zen = prev.linuxKernels.kernels.linux_zen.override (old: {
extraStructuredConfig = with lib.kernel; {
CONFIG_SCHED_MUQSS = yes;