mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
22 lines
363 B
Nix
Executable file
22 lines
363 B
Nix
Executable file
{
|
|
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";
|
|
}
|
|
];
|
|
}
|