Change Plymouth theme

This commit is contained in:
Michael Smith 2024-09-06 00:14:58 +02:00
parent dad864aff2
commit 3977e776ac

View File

@ -16,7 +16,7 @@
loader.efi.canTouchEfiVariables = true; loader.efi.canTouchEfiVariables = true;
plymouth = { plymouth = {
enable = true; enable = true;
theme = "spinfinity"; theme = "spinner";
}; };
}; };