Create torrent.nix

This commit is contained in:
4DBug
2026-03-27 08:34:35 -05:00
parent cf6aedc12a
commit 340f181c58

View File

@@ -0,0 +1,9 @@
{
den.aspects.torrent = {
nixos = { pkgs, ... }: {
users.users.bug.packages = with pkgs; [
fragments
];
};
};
}