From 44e77ce0edd71c7ab081f089ed6e45b1a815778b Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 22 Aug 2023 17:52:22 +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 b470c7f6..88d1cac6 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"];