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 = { efi = {
canTouchEfiVariables = true; canTouchEfiVariables = true;
}; };
#systemd-boot.enable = true; systemd-boot.enable = true;
grub = { #grub = {
enable = true; # enable = true;
efiSupport = true; # efiSupport = true;
device = "nodev"; # device = "nodev";
theme = "${pkgs.hollow-grub}/grub/theme"; # theme = "${pkgs.hollow-grub}/grub/theme";
}; #};
}; };
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];