add tor-browser

This commit is contained in:
Ingolf Wagner 2021-03-06 09:33:07 +01:00
parent 09acd04a14
commit 0a650eeb4a
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -15,6 +15,15 @@ in {
keepass
firefox
google-chrome
#tor-browser-bundle-bin
#(tor-browser-bundle-bin.overrideAttrs (old: {
# #version = "10.0.13";
# src = pkgs.fetchurl {
# url =
# "https://dist.torproject.org/torbrowser/10.0.13/tor-browser-linux64-10.0.13_en-US.tar.xz";
# sha256 = "1ncxacj1fprz2xlisd2w9qzajaqdq4yigk5qy0h40vm6zi5ll4ib";
# };
#}))
];
}