Switch to using lqx kernel from stable

This commit is contained in:
Nathan McCarty 2023-07-18 15:50:58 -04:00
parent 95751fbba9
commit 9e0df357f8
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 3 deletions

View File

@ -22,9 +22,7 @@ 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};
in unstable.linuxKernel.packages.linux_lqx;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_lqx;
})
(mkIf ((!config.nathan.config.harden) && config.nathan.config.isDesktop
&& config.nathan.programs.perf) {