mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 08:50:42 +00:00
Add polymouth
This commit is contained in:
parent
5514ffb24d
commit
97680bd24e
5 changed files with 62 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue