diff options
Diffstat (limited to 'home/wayland')
| -rw-r--r-- | home/wayland/modules/firefox.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/home/wayland/modules/firefox.nix b/home/wayland/modules/firefox.nix index 214c344..228e28a 100644 --- a/home/wayland/modules/firefox.nix +++ b/home/wayland/modules/firefox.nix @@ -37,11 +37,6 @@ icon = "briefcase"; color = "yellow"; } - { - name = "work_sandbox"; - icon = "briefcase"; - color = "green"; - } ]; ExtensionSettings = { @@ -65,6 +60,11 @@ default_area = "menupanel"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/tridactyl-vim/latest.xpi"; }; + "{446900e4-71c2-419f-a6a7-df9c091e268b}" = { + installation_mode = "force_installed"; + default_area = "menupanel"; + install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden_password_manager/latest.xpi"; + }; }; }; |
