diff --git a/config/plugins/notes/neorg.nix b/config/plugins/notes/neorg.nix index 24dc837..7e58d11 100644 --- a/config/plugins/notes/neorg.nix +++ b/config/plugins/notes/neorg.nix @@ -19,9 +19,10 @@ "core.dirman" = { config = { workspaces = { - notes = "~/Notes"; + docs = "~/Notes/docs"; + school = "~/Notes/school"; }; - default_workspace = "notes"; + default_workspace = "docs"; }; };