try plymouth
This commit is contained in:
parent
561618ab24
commit
0eb9d67dc9
2 changed files with 4 additions and 3 deletions
|
@ -18,6 +18,7 @@
|
|||
|
||||
modules = {
|
||||
desktop = {
|
||||
plymouth.enable = true;
|
||||
kitty.enable = true;
|
||||
hyprland.enable = true;
|
||||
picom.enable = true;
|
||||
|
|
|
@ -17,8 +17,8 @@ in {
|
|||
boot.plymouth = {
|
||||
enable = true;
|
||||
};
|
||||
systemd.services.plymouth-quit = {
|
||||
preStart = "${pkgs.coreutils}/bin/sleep 7";
|
||||
};
|
||||
# systemd.services.plymouth-quit = {
|
||||
# preStart = "${pkgs.coreutils}/bin/sleep 7";
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue