From df4c407651a51329f6d5e12a5248d41a81b7da17 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 22 Aug 2023 14:04:56 +0900 Subject: [PATCH] Testing Plymouth themes --- modules/secureboot.nix | 3 +++ 1 file changed, 3 insertions(+) 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"];