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