apparently that option doesn't exist anymore

This commit is contained in:
cy 2025-01-22 13:37:38 -05:00
parent f9cc197be2
commit df3469c708
2 changed files with 0 additions and 12 deletions

View file

@ -2,7 +2,6 @@ let
overlays = [
./conduwuit
./attic
./kernel.nix
];
importedOverlays = map (m: import m) overlays;
in

View file

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