diff --git a/hosts/physical/default.nix b/hosts/physical/default.nix index e1ea741..387d88f 100644 --- a/hosts/physical/default.nix +++ b/hosts/physical/default.nix @@ -28,23 +28,6 @@ services.getty.autologinUser = "${vars.user}"; boot = { - # Fun boot spinny! - plymouth = { - enable = true; - theme = "circle_flow"; - themePackages = with pkgs; [ - (adi1090x-plymouth-themes.override { - selected_themes = [ - "circle_flow" - "colorful" - "colorful_sliced" - "double" - "polaroid" - ]; - }) - ]; - }; - # "Silent" boot initrd.verbose = false; kernelParams = [