mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/foo-dogsquared: add Firefox add-ons
This commit is contained in:
parent
ea68dbbf54
commit
545159f830
@ -25,6 +25,29 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
profiles.personal = {
|
profiles.personal = {
|
||||||
isDefault = true;
|
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 = {
|
settings = {
|
||||||
"browser.search.widget.inNavBar" = true;
|
"browser.search.widget.inNavBar" = true;
|
||||||
"browser.search.openintab" = true;
|
"browser.search.openintab" = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user