added obsidian support

This commit is contained in:
chloe 2025-07-23 10:17:59 +02:00
parent 2d148ca17a
commit f8ba8fb8ee

View file

@ -232,5 +232,22 @@
neorg = {
enable = true;
};
obsidian = {
enable = true;
settings = {
completion = {
min_chars = 2;
blink = true;
};
new_notes_location = "current_dir";
workspaces = [
{
name = "notes";
path = "~/Documents/Notes";
}
];
};
};
};
}