mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-02 19:41:15 +00:00
15 lines
218 B
Nix
15 lines
218 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
lib,
|
|
...
|
|
}:
|
|
with lib;
|
|
with builtins; let
|
|
cfg = config.vim.notes.mind-nvim;
|
|
in {
|
|
options.vim.notes.mind-nvim = {
|
|
enable = mkEnableOption "The power of trees at your fingertips. ";
|
|
};
|
|
}
|