reestructuración

This commit is contained in:
Fabián Montero 2022-11-29 21:29:21 -06:00
parent 576b7c5798
commit b29950097c
33 changed files with 1054 additions and 913 deletions

11
home/shenvs/tor.nix Normal file
View file

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