From b373a6e43a2992fd448785754ce8da7d2ab99d1e Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 20 Jun 2024 19:42:02 +0900 Subject: [PATCH] Update Plymouth --- nixos/common/modules/plymouth.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/common/modules/plymouth.nix b/nixos/common/modules/plymouth.nix index 3cb1c04e..5018d324 100644 --- a/nixos/common/modules/plymouth.nix +++ b/nixos/common/modules/plymouth.nix @@ -2,7 +2,8 @@ # Plymouth splash screen boot.plymouth.enable = true; # https://github.com/adi1090x/plymouth-themes - boot.plymouth.theme = "red_loader"; + boot.plymouth.theme = "sphere"; + # boot.plymouth.theme = "red_loader"; boot.plymouth.themePackages = [ pkgs.adi1090x-plymouth-themes ]; boot.kernelParams = ["quiet"]; -} \ No newline at end of file +}