1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-26 08:39:50 +01:00
neovim-flake/modules/notes/mind-nvim/mind-nvim.nix
2023-03-31 05:20:35 +03:00

11 lines
167 B
Nix

{
config,
lib,
...
}:
with lib;
with builtins; {
options.vim.notes.mind-nvim = {
enable = mkEnableOption "The power of trees at your fingertips. ";
};
}