mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
23 lines
363 B
Nix
23 lines
363 B
Nix
![]() |
{
|
||
|
type = "clock";
|
||
|
hour-format = "12h";
|
||
|
timezones = [
|
||
|
{
|
||
|
timezone = "America/Winnipeg";
|
||
|
label = "Winnipeg, MB";
|
||
|
}
|
||
|
{
|
||
|
timezone = "Europe/Berlin";
|
||
|
label = "Berlin, DE";
|
||
|
}
|
||
|
{
|
||
|
timezone = "Asia/Kolkata";
|
||
|
label = "Kolkata, IN";
|
||
|
}
|
||
|
{
|
||
|
timezone = "Asia/Tokyo";
|
||
|
label = "Tokyo, JP";
|
||
|
}
|
||
|
];
|
||
|
}
|