Add polymouth

This commit is contained in:
ItsDrike 2024-04-12 23:28:50 +02:00
parent 5514ffb24d
commit 97680bd24e
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
5 changed files with 62 additions and 0 deletions

View file

@ -47,6 +47,13 @@
boot = {
secure-boot.enable = true;
tmpOnTmpfs = true;
# Boot splash screen
plymouth = {
enable = true;
withThemes = true; # enable adi1090x/plymouth-themes
selectedTheme = "colorful_loop";
};
};
};