set neorg working directory to ~/second-brain

This commit is contained in:
Gabriella Bere 2025-08-16 16:04:41 +01:00
parent c7053dc8ae
commit 354b2c5e72

View file

@ -48,6 +48,12 @@
"core.concealer".config = {
conceallevel = 3;
};
"core.dirman".config = {
workspaces = {
notes = "~/second-brain";
};
index = "index.norg";
};
};
};
};