chore: format
This commit is contained in:
parent
1d02f7e08d
commit
35e0567b37
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue