Add Minegrub theme

This commit is contained in:
Jo 2025-07-28 21:27:23 +02:00
parent 7d17d31ed8
commit 1a09cad656
4 changed files with 13 additions and 3 deletions

View file

@ -51,6 +51,17 @@
blacklistedKernelModules = [
"rtw88_8821ce" # Block the default network-card driver.
];
# Grub configuration
loader.grub = {
# Minecraft bootloader theme
minegrub-theme = {
enable = true;
splash = "100% Flakes!";
background = "background_options/1.18 - [Caves And Cliffs 2].png";
boot-options-count = 4;
};
};
};
networking.hostName = "puzzlevision";