wsl: set paths for notes
This commit is contained in:
parent
a3ce24e379
commit
3e005ff3e9
|
@ -12,8 +12,8 @@ return {
|
||||||
["core.dirman"] = { -- Manages Neorg workspaces
|
["core.dirman"] = { -- Manages Neorg workspaces
|
||||||
config = {
|
config = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
main = "~/winhome/Nextcloud/Neorg/",
|
main = "~/winhome/Nextcloud/Neorg",
|
||||||
notes = "~/winhome/Nextcloud/Notizen/",
|
notes = "~/winhome/Nextcloud/Notes",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue