Files
nixos/modules/home-manager/rclone.nix
T

11 lines
89 B
Nix

{
config,
pkgs,
agenix,
...
}: {
programs.rclone = {
enable = true;
};
}