From a146f8bd944e9b0d3e696642a56278d2e1524921 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 10 Nov 2024 16:10:54 +0100 Subject: [PATCH] nice boot splash --- share/common.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/common.nix b/share/common.nix index 1839e16..3b7b2b3 100644 --- a/share/common.nix +++ b/share/common.nix @@ -61,7 +61,11 @@ in console.earlySetup = true; # boot splash - boot.plymouth.enable = true; + boot.plymouth = { + enable = true; + theme = "hexa_retro"; + themePackages = [ pkgs.adi1090x-plymouth-themes ]; + }; # swap to RAM zramSwap.enable = true;