From 9d3954cd185e174ccb9bba265703df0359adb0d3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 22 Aug 2023 17:51:54 +0900 Subject: [PATCH] test --- modules/secureboot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/secureboot.nix b/modules/secureboot.nix index abd76b75..b470c7f6 100644 --- a/modules/secureboot.nix +++ b/modules/secureboot.nix @@ -7,7 +7,7 @@ boot.plymouth.enable = true; # https://github.com/adi1090x/plymouth-themes boot.plymouth.theme = "red_loader"; - boot.plymouth.themePackages = "adi1090x-plymouth-themes"; + boot.plymouth.themePackages = [ "adi1090x-plymouth-themes" ]; boot.initrd.systemd.enable = true; boot.kernelParams = ["quiet"];