---@type snacks.dashboard.Item
local quit = {
    icon = " ",
    key = "q",
    desc = "Quit",
    action = ":qa",
}

return quit