dotfiles/home/modules/firefox/config/extensions/default.nix
2024-11-20 18:57:43 -06:00

14 lines
245 B
Nix
Executable file

{nur, ...}: {
extensions = builtins.attrValues {
inherit
(nur.repos.rycee.firefox-addons)
bitwarden
enhancer-for-youtube
localcdn
sponsorblock
ublock-origin
unpaywall
sidebery
;
};
}