{ config, lib, ... }: { boot.loader.systemd-boot = lib.mkIf config.boot.loader.systemd-boot.enable { editor = false; graceful = true; }; }