about summary refs log tree commit diff
path: root/home/profiles/browsing/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-01-01 23:15:48 +0900
committersefidel <contact@sefidel.net>2024-01-01 23:15:48 +0900
commitd76a80638ce9a51e12678a3e8ed1288ea3e16d89 (patch)
tree9101e4b2a0434197e012f82b00e45c88a53c5a25 /home/profiles/browsing/default.nix
parent94c1c360c8bb016b831cf2132c74650d65aab5f7 (diff)
downloadnixrc-d76a80638ce9a51e12678a3e8ed1288ea3e16d89.tar.gz
nixrc-d76a80638ce9a51e12678a3e8ed1288ea3e16d89.zip
feat(home/browsing): add tridactyl addon for firefox
Diffstat (limited to 'home/profiles/browsing/default.nix')
-rw-r--r--home/profiles/browsing/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix
index d2e46de..46a1550 100644
--- a/home/profiles/browsing/default.nix
+++ b/home/profiles/browsing/default.nix
@@ -96,6 +96,7 @@ in
         extensions = with pkgs.nur.repos.rycee.firefox-addons; [
           bitwarden
           kagi-search
+          tridactyl
         ];
       };
     };