Modules/Firefox: Update extensions
This commit is contained in:
@ -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;
|
||||||
|
@ -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 {
|
||||||
|
Reference in New Issue
Block a user