chore: format

This commit is contained in:
Noa Aarts 2024-07-23 21:57:08 +02:00
parent 1d02f7e08d
commit 35e0567b37

View file

@ -25,7 +25,7 @@
plymouth = rec { plymouth = rec {
enable = true; enable = true;
theme = "colorful"; theme = "colorful";
themePackages = [(pkgs.adi1090x-plymouth-themes.override {selected_themes = [ theme ];})]; themePackages = [ (pkgs.adi1090x-plymouth-themes.override { selected_themes = [ theme ]; }) ];
}; };
kernelParams = [ kernelParams = [
"quiet" "quiet"