Update Plymouth

This commit is contained in:
albert 2024-06-20 19:42:02 +09:00
parent 2417634b79
commit b373a6e43a
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -2,7 +2,8 @@
# Plymouth splash screen # Plymouth splash screen
boot.plymouth.enable = true; boot.plymouth.enable = true;
# https://github.com/adi1090x/plymouth-themes # https://github.com/adi1090x/plymouth-themes
boot.plymouth.theme = "red_loader"; boot.plymouth.theme = "sphere";
# boot.plymouth.theme = "red_loader";
boot.plymouth.themePackages = [ pkgs.adi1090x-plymouth-themes ]; boot.plymouth.themePackages = [ pkgs.adi1090x-plymouth-themes ];
boot.kernelParams = ["quiet"]; boot.kernelParams = ["quiet"];
} }