From 198c0743a17b4591d83afa805b532f015633cb3d Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Wed, 31 Dec 2025 21:46:57 +0000 Subject: [PATCH] Remove plymouth --- hosts/physical/default.nix | 17 ----------------- 1 file changed, 17 deletions(-) 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 = [