enable plymouth
This commit is contained in:
parent
64b9027099
commit
05facf399a
1 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,12 @@
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
boot.plymouth = {
|
||||||
|
enable = true;
|
||||||
|
theme = "rings";
|
||||||
|
themePackages = [ (pkgs.adi1090x-plymouth-themes.override { selected_themes = [ "rings" ]; }) ];
|
||||||
|
};
|
||||||
|
|
||||||
# LOVE me some blob
|
# LOVE me some blob
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
hardware.enableAllFirmware = true;
|
hardware.enableAllFirmware = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue