Move default Org and References directories into ~/Documents/
This commit is contained in:
parent
03461d6f86
commit
55958deb64
|
@ -105,17 +105,17 @@
|
||||||
services = {
|
services = {
|
||||||
git-sync = {
|
git-sync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
repositories = with config.home; {
|
repositories = with config.xdg.userDirs; {
|
||||||
org = {
|
org = {
|
||||||
path = "${homeDirectory}/Org";
|
path = "${documents}/Org";
|
||||||
uri = "git+https://git.xenia.me.uk/xenia/org.git";
|
uri = "git+https://git.xenia.me.uk/xenia/org.git";
|
||||||
};
|
};
|
||||||
references = {
|
references = {
|
||||||
path = "${homeDirectory}/References";
|
path = "${documents}/References";
|
||||||
uri = "git+https://git.xenia.me.uk/xenia/references.git";
|
uri = "git+https://git.xenia.me.uk/xenia/references.git";
|
||||||
};
|
};
|
||||||
elfeed = {
|
elfeed = {
|
||||||
path = "${homeDirectory}/.elfeed";
|
path = "${config.home.homeDirectory}/.elfeed";
|
||||||
uri = "git+https://git.xenia.me.uk/xenia/elfeed.git";
|
uri = "git+https://git.xenia.me.uk/xenia/elfeed.git";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue