From fa1a376d8548959129cb00871da37acd445981da Mon Sep 17 00:00:00 2001 From: biscuit Date: Tue, 20 May 2025 12:25:37 -0500 Subject: [PATCH] removed plymouth --- system/bootloader.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/bootloader.nix b/system/bootloader.nix index 1e39307..909c54c 100644 --- a/system/bootloader.nix +++ b/system/bootloader.nix @@ -1,6 +1,4 @@ { ... }: { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - - boot.plymouth.enable = true; }