nice boot splash
This commit is contained in:
parent
49339e517e
commit
a146f8bd94
|
@ -61,7 +61,11 @@ in
|
||||||
console.earlySetup = true;
|
console.earlySetup = true;
|
||||||
|
|
||||||
# boot splash
|
# boot splash
|
||||||
boot.plymouth.enable = true;
|
boot.plymouth = {
|
||||||
|
enable = true;
|
||||||
|
theme = "hexa_retro";
|
||||||
|
themePackages = [ pkgs.adi1090x-plymouth-themes ];
|
||||||
|
};
|
||||||
|
|
||||||
# swap to RAM
|
# swap to RAM
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue