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 = {
|
modules = {
|
||||||
desktop = {
|
desktop = {
|
||||||
|
plymouth.enable = true;
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
picom.enable = true;
|
picom.enable = true;
|
||||||
|
|
|
@ -17,8 +17,8 @@ in {
|
||||||
boot.plymouth = {
|
boot.plymouth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
systemd.services.plymouth-quit = {
|
# systemd.services.plymouth-quit = {
|
||||||
preStart = "${pkgs.coreutils}/bin/sleep 7";
|
# preStart = "${pkgs.coreutils}/bin/sleep 7";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue