about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-29 16:00:43 +0200
committerSoispha <soispha@vhack.eu>2023-08-29 16:00:43 +0200
commit28eae1c4ff90ddcdc85359164350ec200ff0c32a (patch)
tree58ae4d0837a5a8cd1f14e7a7ae4753818825d14b /hm
parentFix(hm/conf/nvim/plugins/neorg): Disable calendar until nvim >= 0.10 (diff)
downloadnixos-config-28eae1c4ff90ddcdc85359164350ec200ff0c32a.tar.gz
nixos-config-28eae1c4ff90ddcdc85359164350ec200ff0c32a.zip
Fix(hm/conf/nvim/plugins/neorg): Move dirman workspaces to `~/repos`
Diffstat (limited to 'hm')
-rw-r--r--hm/soispha/conf/nvim/plugins/neorg/default.nix4
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 = {