1
0
Fork 0
NixOS/hosts/totsugeki/home-manager/zsh.nix

8 lines
223 B
Nix

{ ... }: {
home-manager.programs.zsh = {
shellAliases = {
"upload-music" =
"rsync -a --chown=jellyfin:media --chmod=775 --remove-source-files ~/Música/* avery@10.0.0.1:/home/avery/music";
};
};
}