dotfiles/home/modules/gui/apps/browsers/firefox/config/extensions/default.nix
2025-01-19 23:40:54 -06:00

13 lines
232 B
Nix
Executable file

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