From 13398da34b8c6baa6c443d100e351e969641f5ce Mon Sep 17 00:00:00 2001 From: zuma Date: Mon, 10 Feb 2025 02:07:31 +0100 Subject: [PATCH] Added Plymouth Boot theme --- hosts/t0urn3s0l/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/t0urn3s0l/configuration.nix b/hosts/t0urn3s0l/configuration.nix index 21b7f0b..cf08993 100644 --- a/hosts/t0urn3s0l/configuration.nix +++ b/hosts/t0urn3s0l/configuration.nix @@ -11,6 +11,12 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.plymouth = { + enable = true; + theme = "black_hud"; + themePackages = [( pkgs.adi1090x-plymouth-themes.override { selected_themes = [ "black_hud" ]; })]; + }; + networking.hostName = "t0urn3s0l"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.