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;
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue