change plymouth theme

This commit is contained in:
Noa Aarts 2024-06-19 09:33:30 +02:00
parent 29f2d21bcf
commit a8dd858b02

View file

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