Remove .elfeed from git-sync scripts
This commit is contained in:
parent
901fe1c661
commit
cb8a742f44
|
@ -142,10 +142,6 @@
|
||||||
path = "${documents}/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 = {
|
|
||||||
# path = "${config.home.homeDirectory}/.elfeed";
|
|
||||||
# uri = "git+https://git.xenia.me.uk/xenia/elfeed.git";
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
SYNC_DIRS=(
|
SYNC_DIRS=(
|
||||||
"$HOME/.password-store/"
|
"$HOME/.password-store/"
|
||||||
"$HOME/.elfeed/"
|
|
||||||
"$HOME/Documents/Org/"
|
"$HOME/Documents/Org/"
|
||||||
"$HOME/Documents/References/"
|
"$HOME/Documents/References/"
|
||||||
)
|
)
|
||||||
SYNC_URLS=(
|
SYNC_URLS=(
|
||||||
"https://git.xenia.me.uk/xenia/pass.git"
|
"https://git.xenia.me.uk/xenia/pass.git"
|
||||||
"https://git.xenia.me.uk/xenia/elfeed.git"
|
|
||||||
"https://git.xenia.me.uk/xenia/org.git"
|
"https://git.xenia.me.uk/xenia/org.git"
|
||||||
"https://git.xenia.me.uk/xenia/references.git"
|
"https://git.xenia.me.uk/xenia/references.git"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue