nvf/modules/plugins/notes/todo-comments/default.nix

6 lines
67 B
Nix

_: {
imports = [
./todo-comments.nix
./config.nix
];
}