diff --git a/systems/selinunte/configuration.nix b/systems/selinunte/configuration.nix index 788b9d5..2477461 100644 --- a/systems/selinunte/configuration.nix +++ b/systems/selinunte/configuration.nix @@ -28,6 +28,7 @@ }; boot = { + kernelPackages = lib.mkForce pkgs.linuxPackages_xanmod; useSystemdBoot = true; default = true; };