adjust neorg note locations

This commit is contained in:
Christoph J. Scherr 2023-09-07 13:17:59 +02:00
parent 0cb68f692b
commit e9cff66ed5
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ return {
["core.dirman"] = { -- Manages Neorg workspaces ["core.dirman"] = { -- Manages Neorg workspaces
config = { config = {
workspaces = { workspaces = {
main = "~/Nextcloud/Neorg/", main = "~/winhome/Nextcloud/Neorg/",
notes = "~/Nextcloud/Notizen/", notes = "~/winhome/Nextcloud/Notizen/",
}, },
}, },
}, },