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 = {
|
modules = {
|
||||||
desktop = {
|
desktop = {
|
||||||
# plymouth
|
# plymouth
|
||||||
plymouth.enable = false;
|
plymouth.enable = true;
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
dwm.enable = true;
|
dwm.enable = true;
|
||||||
xmonad.enable = false;
|
xmonad.enable = false;
|
||||||
|
|
|
@ -16,10 +16,9 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
boot.plymouth = {
|
boot.plymouth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
};
|
||||||
[Daemon]
|
systemd.services.plymouth-quit = {
|
||||||
ShowDelay=5
|
preStart = "${pkgs.coreutils}/bin/sleep 3";
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue