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