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;