Jump to content

Linux kernel: Difference between revisions

m
pkgs.linux_zen.override is incorrect. Should be kernel.override.
imported>SuperSamus
(Don't repeat example)
imported>Pcboy
m (pkgs.linux_zen.override is incorrect. Should be kernel.override.)
Line 101: Line 101:
     overlays = [
     overlays = [
       (self: super: {
       (self: super: {
         linuxZenWMuQSS = pkgs.linuxPackagesFor (pkgs.linux_zen.override {
         linuxZenWMuQSS = pkgs.linuxPackagesFor (pkgs.linux_zen.kernel.override {
           structuredExtraConfig = with lib.kernel; {
           structuredExtraConfig = with lib.kernel; {
             SCHED_MUQSS = yes;
             SCHED_MUQSS = yes;
Anonymous user