wsl #1

Merged
cscherrNT merged 11 commits from wsl into master 2023-09-07 17:05:13 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit e9cff66ed5 - Show all commits

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/",
}, },
}, },
}, },