{
  config,
  lib,
  ...
}:
with lib;
with builtins; {
  options.vim.dashboard.alpha = {
    enable = mkEnableOption "alpha";
  };
}