diff options
author | sefidel <contact@sefidel.net> | 2024-01-01 23:15:48 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-01-01 23:15:48 +0900 |
commit | d76a80638ce9a51e12678a3e8ed1288ea3e16d89 (patch) | |
tree | 9101e4b2a0434197e012f82b00e45c88a53c5a25 /home/profiles/browsing | |
parent | 94c1c360c8bb016b831cf2132c74650d65aab5f7 (diff) | |
download | nixrc-d76a80638ce9a51e12678a3e8ed1288ea3e16d89.tar.gz nixrc-d76a80638ce9a51e12678a3e8ed1288ea3e16d89.zip |
feat(home/browsing): add tridactyl addon for firefox
Diffstat (limited to 'home/profiles/browsing')
-rw-r--r-- | home/profiles/browsing/default.nix | 1 |
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 ]; }; }; |