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 +}