change plymouth theme
This commit is contained in:
parent
29f2d21bcf
commit
a8dd858b02
1 changed files with 3 additions and 3 deletions
|
|
@ -16,10 +16,10 @@
|
||||||
kernelPackages = pkgs.linuxPackages_6_8;
|
kernelPackages = pkgs.linuxPackages_6_8;
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
initrd.verbose = false;
|
initrd.verbose = false;
|
||||||
plymouth = {
|
plymouth = rec {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "rings";
|
theme = "colorful";
|
||||||
themePackages = [(pkgs.adi1090x-plymouth-themes.override {selected_themes = ["rings"];})];
|
themePackages = [(pkgs.adi1090x-plymouth-themes.override {selected_themes = [ theme ];})];
|
||||||
};
|
};
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"quiet"
|
"quiet"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue