librewolf: Explicitly add ublock-origin

Fixes an issue where ublock origin stopped being automatically
installed.
This commit is contained in:
Donovan Glover 2024-08-16 00:24:00 -04:00
parent d012e06731
commit a896ce4232
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -51,6 +51,7 @@ in
profiles.default = { profiles.default = {
extensions = with firefox-addons.packages.${pkgs.system}; [ extensions = with firefox-addons.packages.${pkgs.system}; [
ublock-origin
yomitan yomitan
]; ];