Testing Plymouth themes

This commit is contained in:
iFargle 2023-08-22 14:04:56 +09:00
parent 46db47409c
commit df4c407651

View file

@ -5,6 +5,9 @@
# Plymouth splash screen # Plymouth splash screen
boot.plymouth.enable = true; boot.plymouth.enable = true;
# https://github.com/adi1090x/plymouth-themes
boot.plymouth.theme = "red_loader";
boot.plymouth.themePackages = "adi1090x-plymouth-themes";
boot.initrd.systemd.enable = true; boot.initrd.systemd.enable = true;
boot.kernelParams = ["quiet"]; boot.kernelParams = ["quiet"];