diff --git a/hosts/herugrim/default.nix b/hosts/herugrim/default.nix index 7843f5d..00b5a36 100644 --- a/hosts/herugrim/default.nix +++ b/hosts/herugrim/default.nix @@ -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"; - }; }; }; diff --git a/options/system/boot/plymouth.nix b/options/system/boot/plymouth.nix index bbb5ce6..e4bad4d 100644 --- a/options/system/boot/plymouth.nix +++ b/options/system/boot/plymouth.nix @@ -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