mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
9 lines
134 B
Nix
9 lines
134 B
Nix
{
|
|
time.timeZone = "Europe/Berlin";
|
|
location = {
|
|
latitude = 52.517;
|
|
longitude = 13.3872;
|
|
provider = "geoclue2";
|
|
};
|
|
}
|