replace vimwiki with mkdnflow

This commit is contained in:
Noah Masur
2022-10-22 14:29:50 +00:00
parent cd204f5ac3
commit f6096e3472
4 changed files with 32 additions and 36 deletions

View File

@ -3,7 +3,7 @@
home-manager.users.${config.user} = {
home.sessionVariables = {
NOTES_PATH = "${config.homePath}/dev/personal/notes";
NOTES_PATH = "${config.homePath}/dev/personal/notes/content";
};
};