From b4c2763ebb836cb9bcea6f7ab826dbf8deeb698d Mon Sep 17 00:00:00 2001 From: jasmine Date: Thu, 26 Jun 2025 19:36:48 +0800 Subject: [PATCH] update workspaces --- config/plugins/notes/neorg.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"; }; };