re-enable plymouth theme

This commit is contained in:
Noa Aarts 2024-06-19 08:37:19 +02:00
parent e8e19c8845
commit 29f2d21bcf

View file

@ -16,7 +16,11 @@
kernelPackages = pkgs.linuxPackages_6_8;
consoleLogLevel = 0;
initrd.verbose = false;
plymouth.enable = true;
plymouth = {
enable = true;
theme = "rings";
themePackages = [(pkgs.adi1090x-plymouth-themes.override {selected_themes = ["rings"];})];
};
kernelParams = [
"quiet"
"splash"