home-manager/horsch/rsync.nix

6 lines
54 B
Nix

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