nvf/modules/dashboard/dashboard-nvim/dashboard-nvim.nix

12 lines
158 B
Nix
Raw Normal View History

2023-02-03 10:36:08 +03:00
{
config,
lib,
...
}:
with lib;
2023-03-31 05:20:35 +03:00
with builtins; {
2023-02-03 10:36:08 +03:00
options.vim.dashboard.dashboard-nvim = {
enable = mkEnableOption "Enable dashboard.nvim";
2023-02-03 10:36:08 +03:00
};
}