home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bcee95cc95da9dc22911af4b67524f235737644e
parent 90ee2af9748f6f62e757350d5c3798d27a707066
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 23 Jul 2021 14:54:42 +0200

systems/naruhodo: try new plymouth theme 😝

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/naruhodo.nix | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/systems/hosts/naruhodo.nix b/systems/hosts/naruhodo.nix @@ -50,7 +50,12 @@ in boot = { tmpOnTmpfs = true; - plymouth.enable = true; + plymouth = { + enable = true; + themePackages = [ pkgs.my.adi1090x-plymouth ]; + theme = "cuts"; + # hexagon, green_loader, deus_ex, cuts, sphere, spinner_alt + }; extraModulePackages = with pkgs.linuxPackages; [ v4l2loopback ];