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; }