From 32606f06dd38c4964936fc4362ec3c502c90305f Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 13 Mar 2026 01:58:56 +0100 Subject: modules/plymouth: Set a better theme --- modules/by-name/pl/plymouth/module.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/by-name/pl/plymouth/module.nix b/modules/by-name/pl/plymouth/module.nix index 58232a81..edfe7547 100644 --- a/modules/by-name/pl/plymouth/module.nix +++ b/modules/by-name/pl/plymouth/module.nix @@ -9,6 +9,7 @@ # If not, see . { config, + pkgs, lib, libraries, ... @@ -22,7 +23,11 @@ in { config = lib.mkIf cfg.enable { boot.plymouth = { enable = true; - theme = "bgrt"; + + theme = "lone"; + themePackages = [ + pkgs.adi1090x-plymouth-themes + ]; }; }; } -- cgit 1.4.1