about summary refs log tree commit diff
path: root/home/profiles/browsing
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-01-01 22:49:10 +0900
committersefidel <contact@sefidel.net>2024-01-01 22:49:10 +0900
commit069c0191799519ea913aec7a4e4bdac9755475ef (patch)
tree5c41dca1eae660c46cc3190b0c91d7803e695181 /home/profiles/browsing
parent0feda239dc900bef074ede13505da0537200cb18 (diff)
downloadnixrc-069c0191799519ea913aec7a4e4bdac9755475ef.tar.gz
nixrc-069c0191799519ea913aec7a4e4bdac9755475ef.zip
feat(home/browsing): add tor-browser
Diffstat (limited to 'home/profiles/browsing')
-rw-r--r--home/profiles/browsing/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix
index 6a59d1b..d2e46de 100644
--- a/home/profiles/browsing/default.nix
+++ b/home/profiles/browsing/default.nix
@@ -21,7 +21,7 @@ in
   };
 
   config = lib.mkIf cfg.enable {
-    home.packages = with pkgs; [ lynx ];
+    home.packages = with pkgs; [ lynx tor-browser ];
 
     sops.secrets.kagi-query = { };
     sops.secrets.kagi-session = { };