home-manager/shell/rsync.nix

6 lines
54 B
Nix
Raw Normal View History

2024-07-10 06:10:56 +00:00
{ pkgs, ... }:
{
home.packages = [ pkgs.rsync ];
}