Revert "Move some bootloader stuff into common instead."

This reverts commit 3ded53b18f.
This commit is contained in:
jay
2025-06-29 19:37:42 -04:00
parent e2044f08ee
commit 45b4645faa
2 changed files with 37 additions and 11 deletions

View File

@@ -1,11 +0,0 @@
{ pkgs, config, ... }: {
boot = {
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_xanmod_stable;
extraModulePackages = with config.boot.kernelPackages; [ xone ];
};
}