neovim-flake/modules/plugins/notes/default.nix

9 lines
88 B
Nix

{
imports = [
./obsidian
./orgmode
./mind-nvim
./todo-comments
];
}