firefox: Install tor-browser

This commit is contained in:
PapaTutuWawa 2021-08-02 21:50:11 +02:00
parent 616c749198
commit a27ae5647c

View File

@ -2,7 +2,7 @@
{ {
environment = { environment = {
systemPackages = [ pkgs.firefox-wayland ]; systemPackages = with pkgs; [ firefox-wayland tor-browser-bundle-bin ];
# Deploy a Firefox policy to set the search engine and do some other things # Deploy a Firefox policy to set the search engine and do some other things
etc."firefox/policies/policies.json".source = ./policies.json; etc."firefox/policies/policies.json".source = ./policies.json;