Added Plymouth Boot theme

This commit is contained in:
zuma 2025-02-10 02:07:31 +01:00
parent 0b271bc907
commit 13398da34b

View file

@ -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.