local M = {} function M.setup() local db = require("dashboard") db.custom_header = {} end return M