neovim-flake/modules/dashboard/dashboard-nvim/dashboard-nvim.nix

12 lines
151 B
Nix
Raw Normal View History

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