switch to mainline kernel

This commit is contained in:
uku 2023-12-26 13:01:24 +01:00
parent 23b1e237df
commit 51326c651c
Signed by: uku
GPG key ID: 7D01D7B105E77166

View file

@ -14,7 +14,7 @@ in {
];
boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
kernelPackages = pkgs.linuxPackages_latest;
loader = {
systemd-boot.enable = lib.mkForce false;