mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-11 05:10:05 +00:00
✨ Add Minegrub theme
This commit is contained in:
parent
7d17d31ed8
commit
1a09cad656
4 changed files with 13 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue