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.