Use zen kernel on desktops

This commit is contained in:
Fern Garden 2025-08-01 20:12:57 +08:00
parent 69a5fd5b7c
commit b89a6b83f0

View file

@ -8,6 +8,9 @@ with lib; {
# Configure the bootloader.
boot = {
# Use linux-zen kernel.
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
# Enable systemd-boot
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;