dotfiles/home-manager/modules/firefox/config/settings/geolocation.nix

8 lines
273 B
Nix
Raw Normal View History

2024-11-09 16:44:23 -06:00
{
"geo.provider.network.url" = "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%";
"geo.provider.ms-windows-location" = false;
"geo.provider.use_corelocation" = false;
"geo.provider.use_gpsd" = false;
"geo.provider.use_geoclue" = false;
}