1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-31 18:19:48 +01:00
neovim-flake/modules/plugins/notes/mind-nvim/mind-nvim.nix

8 lines
176 B
Nix
Raw Normal View History

{lib, ...}: let
inherit (lib.options) mkEnableOption;
in {
options.vim.notes.mind-nvim = {
enable = mkEnableOption "note organizer tool for Neovim [mind-nvim]";
};
}