grub theme is schiach

This commit is contained in:
Kopatz
2025-08-18 11:16:27 +02:00
parent 8e9d2c0378
commit 9edebb8076

View File

@@ -159,13 +159,13 @@
efi = {
canTouchEfiVariables = true;
};
#systemd-boot.enable = true;
grub = {
enable = true;
efiSupport = true;
device = "nodev";
theme = "${pkgs.hollow-grub}/grub/theme";
};
systemd-boot.enable = true;
#grub = {
# enable = true;
# efiSupport = true;
# device = "nodev";
# theme = "${pkgs.hollow-grub}/grub/theme";
#};
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];