users/foo-dogsquared: add Firefox add-ons

This commit is contained in:
Gabriel Arazas 2023-07-06 11:08:24 +08:00
parent ea68dbbf54
commit 545159f830
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -25,6 +25,29 @@
enable = true;
profiles.personal = {
isDefault = true;
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
bitwarden
facebook-container
firefox-color
firefox-translations
firenvim
languagetool
multi-account-containers
privacy-badger
tampermonkey
ublock-origin
vimium
wayback-machine
] ++ (with pkgs.firefox-addons; [
get-rss-feed-url
regretsreporter
simple-translate
tineye-reverse-image-search
updateswh
zhongwen
]);
settings = {
"browser.search.widget.inNavBar" = true;
"browser.search.openintab" = true;