home-manager/shell/rsync.nix

5 lines
54 B
Nix

{ pkgs, ... }:
{
home.packages = [ pkgs.rsync ];
}