From 03cd81136137fb2aada4bfa495808e5da9ae1bf8 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 20 Nov 2024 17:29:50 +0530 Subject: home/wayland/firefox: add tridactyl --- home/wayland/modules/firefox.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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"; + }; }; }; -- cgit v1.2.3