12 lines
127 B
Nix
12 lines
127 B
Nix
{ pkgs, ... }:
|
|
{
|
|
static = true;
|
|
namespaced = true;
|
|
|
|
packages = with pkgs; [
|
|
tor
|
|
tor-browser-bundle-bin
|
|
];
|
|
}
|
|
|