1

Modules/Firefox: Update extensions

This commit is contained in:
2025-02-25 12:39:18 +01:00
parent 355c1ddbf3
commit 23bbbe66ae
2 changed files with 47 additions and 43 deletions

View File

@ -509,6 +509,7 @@ rec {
]; ];
uninstallUnmanaged = true; uninstallUnmanaged = true;
# uninstallUnused = true; # TODO: Available since 0.6.0
update.auto = { update.auto = {
enable = true; enable = true;

View File

@ -107,7 +107,8 @@ in {
'') '')
]; ];
extensions = with pkgs.nur.repos.rycee.firefox-addons; [ extensions = {
packages = with pkgs.nur.repos.rycee.firefox-addons; [
amp2html amp2html
augmented-steam augmented-steam
betterttv betterttv
@ -118,7 +119,7 @@ in {
display-_anchors # Easier linking to specific website parts display-_anchors # Easier linking to specific website parts
don-t-fuck-with-paste don-t-fuck-with-paste
enhancer-for-youtube enhancer-for-youtube
h264ify # h264ify
keepassxc-browser keepassxc-browser
localcdn localcdn
lovely-forks # Display notable forks on GitHub repos lovely-forks # Display notable forks on GitHub repos
@ -129,16 +130,17 @@ in {
protondb-for-steam protondb-for-steam
refined-github refined-github
return-youtube-dislikes return-youtube-dislikes
# search-by-image # TODO: Failed to build once rust-search-extension
search-by-image
single-file single-file
skip-redirect skip-redirect
smart-referer # Limit referer link information smart-referer # Limit referer link information
snowflake # Help users from censored countries access the internet snowflake # Help users from censored countries access the internet
sourcegraph # Code intelligence for GitHub/GitLap for 20+ languages # sourcegraph # Code intelligence for GitHub/GitLap for 20+ languages
sponsorblock sponsorblock
steam-database steam-database
tab-session-manager tab-session-manager
to-deepl # to-deepl
transparent-standalone-image transparent-standalone-image
tree-style-tab tree-style-tab
ublacklist ublacklist
@ -150,6 +152,7 @@ in {
# wappalyzer # Identify web technologies # wappalyzer # Identify web technologies
youtube-shorts-block youtube-shorts-block
]; ];
};
settings = lib.mkMerge [ settings = lib.mkMerge [
(lib.optionalAttrs firefox.vaapi { (lib.optionalAttrs firefox.vaapi {