From 7042c213017c9e0b503f7df676c236cee420362c Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 22 Aug 2023 17:53:21 +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 88d1cac6..c2bb5c6c 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 = [ pkgs.adi1090x-plymouth-themes ]; boot.initrd.systemd.enable = true; boot.kernelParams = ["quiet"];