meta: Replace firefox-addons with packages in flake

This simplifies things a bit since we're no longer relying on another
input and can add extensions not in the firefox-addons repository.
This commit is contained in:
Donovan Glover
2024-08-30 13:22:35 -04:00
parent d261262277
commit b4adc570d0
6 changed files with 56 additions and 49 deletions

View File

@ -190,8 +190,7 @@ in
};
extraSpecialArgs = {
inherit (nix-config.inputs) firefox-addons;
inherit phone;
inherit nix-config phone;
};
};