diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 9c5b09c..eb59d82 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -13,7 +13,7 @@ in ./mounts.nix ./akkotest.nix ]; - # boot.kernelPackages = pkgs.linuxPackages_zen; + boot.kernelPackages = pkgs.linuxPackages_zen; # Use the systemd-boot EFI boot loader. # NOT! Let's use GRUB instead