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