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, ...}: {
|
{ lib, config, pkgs, ...}: {
|
||||||
boot.lanzaboote.enable = true;
|
boot.lanzaboote.enable = true;
|
||||||
boot.lanzaboote.pkiBundle = "/etc/secureboot";
|
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
|
# Bootloader
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.tmp.cleanOnBoot = 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.initrd.systemd.enable = true;
|
||||||
boot.kernelParams = ["quiet"];
|
boot.kernelParams = ["quiet"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue