diff --git a/base/patio/configuration.nix b/base/patio/configuration.nix index cdcb5b1..c826e9e 100644 --- a/base/patio/configuration.nix +++ b/base/patio/configuration.nix @@ -62,7 +62,12 @@ }; boot.supportedFilesystems = ["exfat" "ntfs" "xfs"]; - boot.loader.systemd-boot.enable = true; + boot.loader.limine.enable = true; + boot.loader.limine.style.wallpapers = []; + boot.loader.limine.additionalFiles = { + "efi/memtest86.efi" = "${pkgs.memtest86-efi}/BOOTX64.efi"; + "efi/shell.efi" = "${pkgs.edk2-uefi-shell}/shell.efi"; + }; boot.loader.efi.canTouchEfiVariables = true; boot.initrd.systemd.enable = true; boot.initrd.kernelModules = [ "amdgpu" ];