Update Plymouth
This commit is contained in:
parent
2417634b79
commit
b373a6e43a
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,8 @@
|
||||||
# Plymouth splash screen
|
# Plymouth splash screen
|
||||||
boot.plymouth.enable = true;
|
boot.plymouth.enable = true;
|
||||||
# https://github.com/adi1090x/plymouth-themes
|
# https://github.com/adi1090x/plymouth-themes
|
||||||
boot.plymouth.theme = "red_loader";
|
boot.plymouth.theme = "sphere";
|
||||||
|
# boot.plymouth.theme = "red_loader";
|
||||||
boot.plymouth.themePackages = [ pkgs.adi1090x-plymouth-themes ];
|
boot.plymouth.themePackages = [ pkgs.adi1090x-plymouth-themes ];
|
||||||
boot.kernelParams = ["quiet"];
|
boot.kernelParams = ["quiet"];
|
||||||
}
|
}
|
Loading…
Reference in a new issue