feat: started working on torrent VM

This commit is contained in:
Nick 2025-11-24 03:14:44 -06:00
parent e25a9bffc1
commit b272b98427
6 changed files with 318 additions and 18 deletions

View file

@ -1,11 +0,0 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
rqbit
;
};
}