diff --git a/modules/plymouth.nix b/modules/plymouth.nix index 168e687..82e5d4b 100644 --- a/modules/plymouth.nix +++ b/modules/plymouth.nix @@ -3,11 +3,11 @@ plymouth = { enable = true; - theme = "rings"; + theme = "pixels"; themePackages = with pkgs; [ # By default we would install all themes (adi1090x-plymouth-themes.override { - selected_themes = [ "rings" ]; + selected_themes = [ "pixels" ]; }) ]; };