ooknet/outputs/pkgs/ook-vim/config/plugins/notes.nix
2025-01-06 17:07:55 +11:00

8 lines
103 B
Nix

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