Fix notes directory path
This commit is contained in:
parent
0c6ddab366
commit
6ed99e1a7b
|
@ -5,7 +5,7 @@
|
|||
packages = with pkgs; [ notes ];
|
||||
|
||||
sessionVariables = {
|
||||
NOTES_DIRECTORY = "$WIKI_DIRECTORY/notes";
|
||||
NOTES_DIRECTORY = "$DOCUMENTS/wiki/notes";
|
||||
WIKI_DIRECTORY = "$DOCUMENTS/wiki";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue