Use zen kernel on desktops
This commit is contained in:
parent
69a5fd5b7c
commit
b89a6b83f0
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue