ooknet/outputs/pkgs/ook-vim/config/plugins/notes.nix

12 lines
161 B
Nix

{
vim = {
notes = {
obsidian = {
enable = true;
setupOpts = {
dir = "~/Documents/notes";
};
};
};
};
}