{ config, lib, ... }: { hardware = { graphics = { enable = lib.mkForce true; }; }; services = { xserver.enable = true; }; }