From 28eae1c4ff90ddcdc85359164350ec200ff0c32a Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Tue, 29 Aug 2023 16:00:43 +0200
Subject: Fix(hm/conf/nvim/plugins/neorg): Move dirman workspaces to `~/repos`

---
 hm/soispha/conf/nvim/plugins/neorg/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'hm/soispha')

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 = {
-- 
cgit 1.4.1