Fix typo in library path
This commit is contained in:
parent
9d401ace7f
commit
409dea1c89
|
@ -18,7 +18,7 @@
|
||||||
uri = "git+https://git.xenia.me.uk/pixelifytica/org.git";
|
uri = "git+https://git.xenia.me.uk/pixelifytica/org.git";
|
||||||
};
|
};
|
||||||
library = {
|
library = {
|
||||||
path = "${config.xdg.userDirs.documents}/org";
|
path = "${config.xdg.userDirs.documents}/library";
|
||||||
uri = "git+https://git.xenia.me.uk/pixelifytica/library.git";
|
uri = "git+https://git.xenia.me.uk/pixelifytica/library.git";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue