From 0eb9d67dc93f8d544f2716cafd7483ad6ce6e30c Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:02:44 +0400 Subject: [PATCH] try plymouth --- hosts/sakotop/configuration.nix | 1 + modules/desktop/plymouth/default.nix | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index a07cb450..90d3eba9 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -18,6 +18,7 @@ modules = { desktop = { + plymouth.enable = true; kitty.enable = true; hyprland.enable = true; picom.enable = true; diff --git a/modules/desktop/plymouth/default.nix b/modules/desktop/plymouth/default.nix index da105537..ce96e46d 100644 --- a/modules/desktop/plymouth/default.nix +++ b/modules/desktop/plymouth/default.nix @@ -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"; +# }; }; }