From a8dd858b020f5de8f3afa68f919d6638f6bebabd Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 19 Jun 2024 09:33:30 +0200 Subject: [PATCH] change plymouth theme --- hosts/default/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"