fix plymouth
This commit is contained in:
parent
e3cf0ade46
commit
5c564a355f
2 changed files with 4 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
|||
modules = {
|
||||
desktop = {
|
||||
# plymouth
|
||||
plymouth.enable = false;
|
||||
plymouth.enable = true;
|
||||
kitty.enable = true;
|
||||
dwm.enable = true;
|
||||
xmonad.enable = false;
|
||||
|
|
|
@ -16,10 +16,9 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
[Daemon]
|
||||
ShowDelay=5
|
||||
'';
|
||||
};
|
||||
systemd.services.plymouth-quit = {
|
||||
preStart = "${pkgs.coreutils}/bin/sleep 3";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue