t14_legacy_config/home/shenvs/tor.nix

12 lines
127 B
Nix
Raw Normal View History

2022-11-30 04:29:21 +01:00
{ pkgs, ... }:
{
static = true;
namespaced = true;
packages = with pkgs; [
tor
tor-browser-bundle-bin
];
}