try plymouth

This commit is contained in:
Sakooooo 2023-09-01 08:02:44 +04:00
parent 561618ab24
commit 0eb9d67dc9
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 4 additions and 3 deletions

View file

@ -18,6 +18,7 @@
modules = {
desktop = {
plymouth.enable = true;
kitty.enable = true;
hyprland.enable = true;
picom.enable = true;

View file

@ -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";
# };
};
}