diff options
Diffstat (limited to 'home/wayland/modules/firefox.nix')
-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"; + }; }; }; |