neovim-flake/modules/notes/default.nix

9 lines
91 B
Nix

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