{ pkgs, ... }: { environment.systemPackages = with pkgs; [ tor-browser-bundle-bin ]; services.tor.enable = true; }