mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 14:00:45 +00:00
Disable plymouth on herugrim
This commit is contained in:
parent
ac39d93be3
commit
b07310f7f4
2 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue