From 29f2d21bcf1601efc9c9564cc4dab5a8dd4625ad Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 19 Jun 2024 08:37:19 +0200 Subject: [PATCH] re-enable plymouth theme --- hosts/default/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"