Make notes directory configurable

This commit is contained in:
Oliver Davies 2025-05-06 12:00:00 +01:00
parent 8f591e4da2
commit 5517fd3074
2 changed files with 16 additions and 3 deletions

View file

@ -15,7 +15,13 @@
};
node.enable = true;
notes.enable = true;
notes = {
enable = true;
directory = "${config.xdg.userDirs.documents}/wiki/notes";
};
ranger.enable = true;
starship.enable = true;
tmux.enable = true;