diff options
-rw-r--r-- | hm/soispha/conf/nvim/plugins/neorg/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/conf/nvim/plugins/neorg/default.nix b/hm/soispha/conf/nvim/plugins/neorg/default.nix index f9de8aa6..98863388 100644 --- a/hm/soispha/conf/nvim/plugins/neorg/default.nix +++ b/hm/soispha/conf/nvim/plugins/neorg/default.nix @@ -34,8 +34,8 @@ }; "core.dirman".config = { workspaces = { - general = "~/notes/general"; - journal = "~/notes/journal"; + general = "~/repos/notes/general"; + journal = "~/repos/notes/journal"; }; }; "core.export".config = { |