dotfiles/modules/home/cli/utilities/rsync/default.nix

12 lines
107 B
Nix
Raw Normal View History

2025-10-14 00:16:40 -05:00
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
rsync
;
};
}