add transmission module for downloads bt torrent

This commit is contained in:
ulic-youthlic 2025-01-24 17:06:45 +08:00
parent 5b9845417f
commit a0b2c41899
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
6 changed files with 92 additions and 0 deletions

View file

@ -70,6 +70,11 @@
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
bt-tracker = {
url = "github:XIU2/TrackersListCollection";
flake = false;
};
};
outputs =
{