diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 36a3a48..e3204b9 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -16,10 +16,10 @@ kernelPackages = pkgs.linuxPackages_6_8; consoleLogLevel = 0; initrd.verbose = false; - plymouth = { + plymouth = rec { enable = true; - theme = "rings"; - themePackages = [(pkgs.adi1090x-plymouth-themes.override {selected_themes = ["rings"];})]; + theme = "colorful"; + themePackages = [(pkgs.adi1090x-plymouth-themes.override {selected_themes = [ theme ];})]; }; kernelParams = [ "quiet"