

Because no person in my life uses it I made the generalization that it isn’t used much, leading to my top comment.
The point is to take the base communication technology (texting) and bring it to the 21st century without being beholden to some American company.
Is this satirical? RCS is beholden to some American company as far as I can tell.
environment.systemPackages = let my-custom-tor = pkgs.runCommand "my-custom-tor" {} '' mkdir $out cp -r ${pkgs.tor}/* $out/ chmod -R 755 $out echo "config" > $out/etc/tor/torrc '' in [ ... my-custom-tor ... ]