From e191f9b38611114ea0e3b048cf297d285d339aab Mon Sep 17 00:00:00 2001
From: coolneng <akasroua@gmail.com>
Date: Mon, 11 Nov 2024 14:12:13 +0100
Subject: [PATCH] Switch to Zen kernel

---
 configuration.nix | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/configuration.nix b/configuration.nix
index 10b5a0c..47b4bd0 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -11,8 +11,11 @@ with pkgs;
 {
   # Kernel configuration
   boot = {
-    kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
-    blacklistedKernelModules = [ "btusb" "bluetooth" ];
+    kernelPackages = linuxPackages_zen;
+    blacklistedKernelModules = [
+      "btusb"
+      "bluetooth"
+    ];
     kernelParams = [
       "zfs.zfs_arc_max=8589934592"
       "zfs.zfs_arc_min=1073741824"