Install rclone

This commit is contained in:
Emi Simpson 2023-01-11 14:09:03 -05:00
parent c0251b3e3a
commit 9104fd16ca
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
home.packages = with pkgs; [
restic
ripgrep
rclone
libqalculate
git-annex
git-annex-remote-rclone

View File

@ -22,6 +22,7 @@ pkgs: {
};
shellAbbrs = {
unlock-rclone = "set -x RCLONE_CONFIG_PASS (pass rclone)";
"rmount" = "rclone mount --vfs-cache-mode full --vfs-cache-max-size 8Gi";
};
shellInit = ''
set -x PATH ~/.cargo/bin/ ~/go/bin ~/.local/bin ~/.gem/ruby/*/bin /var/lib/flatpak/exports/bin/ $PATH