reestructuración
This commit is contained in:
parent
576b7c5798
commit
b29950097c
33 changed files with 1054 additions and 913 deletions
11
home/shenvs/tor.nix
Normal file
11
home/shenvs/tor.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
static = true;
|
||||
namespaced = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
tor
|
||||
tor-browser-bundle-bin
|
||||
];
|
||||
}
|
||||
|
Reference in a new issue