Install rclone
This commit is contained in:
parent
c0251b3e3a
commit
9104fd16ca
|
@ -9,6 +9,7 @@
|
|||
home.packages = with pkgs; [
|
||||
restic
|
||||
ripgrep
|
||||
rclone
|
||||
libqalculate
|
||||
git-annex
|
||||
git-annex-remote-rclone
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue