From 17e5e7fb6d83d66c2b47f17ef5b55a2ced797591 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Tue, 1 Apr 2025 02:35:24 +0200 Subject: [PATCH] Changed: Plymouth --- modules/plymouth.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ]; }) ]; };