diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index eb69a43..7beae0a 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -16,6 +16,12 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.plymouth = { + enable = true; + theme = "rings"; + themePackages = [ (pkgs.adi1090x-plymouth-themes.override { selected_themes = [ "rings" ]; }) ]; + }; + # LOVE me some blob hardware.enableRedistributableFirmware = true; hardware.enableAllFirmware = true;