dotfiles/home/modules/firefox/config/extensions/default.nix

15 lines
245 B
Nix
Raw Normal View History

2024-11-09 16:44:23 -06:00
{nur, ...}: {
extensions = builtins.attrValues {
inherit
(nur.repos.rycee.firefox-addons)
bitwarden
enhancer-for-youtube
localcdn
sponsorblock
ublock-origin
unpaywall
sidebery
;
};
}