diff --git a/modules/secureboot.nix b/modules/secureboot.nix index 7e24cc2e..abd76b75 100644 --- a/modules/secureboot.nix +++ b/modules/secureboot.nix @@ -5,6 +5,9 @@ # Plymouth splash screen 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.kernelParams = ["quiet"];