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

14 lines
236 B
Nix
Raw Normal View History

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