8 lines
103 B
Nix
8 lines
103 B
Nix
{
|
|
vim.notes = {
|
|
obsidian = {
|
|
enable = true;
|
|
dir = "~/Documents/notes";
|
|
};
|
|
};
|
|
}
|