diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-11-20 17:29:50 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-11-20 17:29:50 +0530 |
commit | 03cd81136137fb2aada4bfa495808e5da9ae1bf8 (patch) | |
tree | 4896518f69fb4bfc7ead222983eb6244fa7eac42 | |
parent | ff223ce6de0af5a3048bdaec92b9d0178c4b98ed (diff) |
home/wayland/firefox: add tridactylmaster
-rw-r--r-- | home/wayland/modules/firefox.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/wayland/modules/firefox.nix b/home/wayland/modules/firefox.nix index f6db9f4..c48bb7f 100644 --- a/home/wayland/modules/firefox.nix +++ b/home/wayland/modules/firefox.nix @@ -50,6 +50,12 @@ install_url = "https://addons.mozilla.org/firefox/downloads/latest/remove-youtube-s-suggestions/latest.xpi"; }; + "tridactyl.vim@cmcaine.co.uk" = { + installation_mode = "force_installed"; + default_area = "menupanel"; + install_url = + "https://addons.mozilla.org/firefox/downloads/latest/tridactyl-vim/latest.xpi"; + }; }; }; |