wsl: set paths for notes

This commit is contained in:
Christoph J. Scherr 2023-09-07 17:00:57 +02:00
parent a3ce24e379
commit 3e005ff3e9
1 changed files with 2 additions and 2 deletions

View File

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