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