plymouth
This commit is contained in:
parent
3d056240c6
commit
46ecb86da5
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
modules = {
|
||||
desktop = {
|
||||
# plymouth
|
||||
plymouth.enable = false;
|
||||
plymouth.enable = true;
|
||||
kitty.enable = true;
|
||||
dwm.enable = true;
|
||||
xmonad.enable = false;
|
||||
|
|
|
@ -18,7 +18,7 @@ in {
|
|||
enable = true;
|
||||
};
|
||||
systemd.services.plymouth-quit = {
|
||||
preStart = "${pkgs.coreutils}/bin/sleep 5";
|
||||
preStart = "${pkgs.coreutils}/bin/sleep 7";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue