summaryrefslogtreecommitdiff
path: root/nixos/modules/features/browsers/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/features/browsers/default.nix')
-rw-r--r--nixos/modules/features/browsers/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/features/browsers/default.nix b/nixos/modules/features/browsers/default.nix
index 2551221..620734c 100644
--- a/nixos/modules/features/browsers/default.nix
+++ b/nixos/modules/features/browsers/default.nix
@@ -3,7 +3,8 @@
{
environment.systemPackages = with pkgs; [
inputs.helium-browser.packages.${pkgs.stdenv.hostPlatform.system}.helium
- librewolf
chromium
+ tor-browser
+ mullvad-browser
];
}