I have firefox installed on nixos using home-manager:
programs.firefox.enable = true;
I don’t want to declaratively specify my extensions using nix, I want to sync them using Firefox Sync.
I’ve signed into Firefox Sync, and it seems to have successfully synced everything except my extensions. Is there something about nixos, or the home-manager firefox package that could be causing this?
So for me it is just signing into firefox sync and all my extensions get synced. I installed firefox without any extra options.
But make sure that under the sync tab in firefox the addons are added:

If add-ons are not displayed click on manage-sync and enable that option.
1 Like
Yeah, unfortunately addon sync is enabled. Thanks though.
I install Firefox using home.packages
and have no issues with sync. Is it possible the HM module is doing something invasive?