dotfiles/modules/home/gui/apps/browsers/firefox/config/extensions/default.nix

14 lines
232 B
Nix
Raw Normal View History

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