mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
7 lines
273 B
Nix
7 lines
273 B
Nix
{
|
|
"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;
|
|
}
|