diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2025-12-27 17:26:24 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2025-12-27 17:26:24 +0530 |
| commit | 0ea4108c0691ffb160bef606497fb6b0828da1c7 (patch) | |
| tree | af0af3f3d1079f6652534c17fab629cf1ddda22c /home/wayland/modules | |
| parent | 792bdaf3eeb63b278e3554fc0ace86395fb8a89f (diff) | |
fear(home/wayland/firefox): init vaultwarden
Diffstat (limited to 'home/wayland/modules')
| -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"; + }; }; }; |
