diff --git a/modules/software/utilities/torrent.nix b/modules/software/utilities/torrent.nix new file mode 100644 index 0000000..aa22901 --- /dev/null +++ b/modules/software/utilities/torrent.nix @@ -0,0 +1,9 @@ +{ + den.aspects.torrent = { + nixos = { pkgs, ... }: { + users.users.bug.packages = with pkgs; [ + fragments + ]; + }; + }; +}