t14_legacy_config/home/shenvs/tor.nix
2022-11-29 21:29:21 -06:00

12 lines
127 B
Nix

{ pkgs, ... }:
{
static = true;
namespaced = true;
packages = with pkgs; [
tor
tor-browser-bundle-bin
];
}