{ lib, ... }: { imports = [ ./common.nix ../boards/x1c.nix ]; corenix.corebootConfig = { CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH = "1600"; CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT = "900"; CONFIG_CBFS_SIZE = "0x6f0000"; }; tianocore.enable = true; }