Remove .elfeed from git-sync scripts

This commit is contained in:
Evie Litherland-Smith 2024-02-17 19:24:02 +00:00
parent 901fe1c661
commit cb8a742f44
2 changed files with 0 additions and 6 deletions

View file

@ -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; [

View file

@ -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"
) )