Move default Org and References directories into ~/Documents/

This commit is contained in:
Evie Litherland-Smith 2024-01-14 08:22:14 +00:00
parent 03461d6f86
commit 55958deb64

View file

@ -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";
}; };
}; };