add new workspace, and set default one

This commit is contained in:
2023-11-27 18:22:44 -05:00
parent e39f85e06c
commit 9492f6b479

View File

@ -18,9 +18,11 @@ neorg.setup {
config = { config = {
workspaces = { workspaces = {
home = wsphome.."home", home = wsphome.."home",
robotics = wsphome.."robotics" robotics = wsphome.."robotics",
school = wsphome.."school"
}, },
index = "index.norg", index = "index.norg",
default_workspace = "home"
} }
}, },
["core.summary"] = {}, ["core.summary"] = {},