Update splash screen
This commit is contained in:
parent
7b4835a163
commit
651ab0d544
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,10 @@
|
|||
{ lib, config, pkgs, ...}: {
|
||||
boot.lanzaboote.enable = true;
|
||||
boot.lanzaboote.pkiBundle = "/etc/secureboot";
|
||||
|
||||
# Plymouth splash screen
|
||||
boot.plymouth.enable = true;
|
||||
# https://github.com/adi1090x/plymouth-themes
|
||||
boot.plymouth.theme = "red_loader";
|
||||
boot.plymouth.themePackages = [ pkgs.adi1090x-plymouth-themes ];
|
||||
}
|
|
@ -27,12 +27,6 @@
|
|||
# Bootloader
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
|
||||
# Plymouth splash screen
|
||||
boot.plymouth.enable = true;
|
||||
# https://github.com/adi1090x/plymouth-themes
|
||||
boot.plymouth.theme = "red_loader";
|
||||
boot.plymouth.themePackages = [ pkgs.adi1090x-plymouth-themes ];
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.kernelParams = ["quiet"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue