Disable plymouth on herugrim

This commit is contained in:
ItsDrike 2024-04-13 00:13:54 +02:00
parent ac39d93be3
commit b07310f7f4
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 6 additions and 8 deletions

View file

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

View file

@ -3,7 +3,12 @@
in
{
options.myOptions.system.boot.plymouth = {
enable = mkEnableOption ''Plymouth boot splash.'';
enable = mkEnableOption ''
Plymouth boot splash.
Works best on devices with slower boot times, otherwise it might just appear
for a second or two, at which point it's probably not worth enabling.
'';
withThemes = mkEnableOption ''
Whether or not themes from https://github.com/adi1090x/plymouth-themes