Switch to lqx kernel
This commit is contained in:
parent
da03f45f42
commit
9a9f315629
|
@ -22,14 +22,9 @@ with lib; {
|
|||
})
|
||||
(mkIf ((!config.nathan.config.harden) && config.nathan.config.isDesktop) {
|
||||
# Use the zen kernel with muqss turned on
|
||||
boot.kernelPackages = let
|
||||
unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system};
|
||||
linuxZenWMuQSS = unstable.linuxPackagesFor
|
||||
(unstable.linuxPackages_zen.kernel.override {
|
||||
structuredExtraConfig = with lib.kernel; { SCHED_MUQSS = yes; };
|
||||
ignoreConfigErrors = true;
|
||||
});
|
||||
in linuxZenWMuQSS;
|
||||
boot.kernelPackages =
|
||||
let unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system};
|
||||
in unstable.linuxKernel.packages.linux_lqx;
|
||||
})
|
||||
(mkIf (config.nathan.config.nix.autoUpdate && pkgs.stdenv.isLinux) {
|
||||
# Auto update daily at 2 am
|
||||
|
|
Loading…
Reference in New Issue