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