nice boot splash

This commit is contained in:
Christoph Cullmann 2024-11-10 16:10:54 +01:00
parent 49339e517e
commit a146f8bd94
No known key found for this signature in database

View file

@ -61,7 +61,11 @@ in
console.earlySetup = true;
# boot splash
boot.plymouth.enable = true;
boot.plymouth = {
enable = true;
theme = "hexa_retro";
themePackages = [ pkgs.adi1090x-plymouth-themes ];
};
# swap to RAM
zramSwap.enable = true;