mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-08 11:21:35 +00:00
feat: apply new module format to dashboard plugins [3/3]
This commit is contained in:
parent
4436c2b2aa
commit
f567b08e92
10 changed files with 106 additions and 52 deletions
14
modules/dashboard/dashboard-nvim/dashboard-nvim.nix
Normal file
14
modules/dashboard/dashboard-nvim/dashboard-nvim.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with builtins; let
|
||||
cfg = config.vim.dashboard.dashboard-nvim;
|
||||
in {
|
||||
options.vim.dashboard.dashboard-nvim = {
|
||||
enable = mkEnableOption "dashboard-nvim";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue