add cuba to q

This commit is contained in:
Ingolf Wagner 2023-04-17 09:20:38 +02:00
parent c84eef3218
commit e4bf5b735b
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -112,8 +112,9 @@ let
odd = "white"; odd = "white";
}; };
locations = { locations = {
UTC = "Etc/UTC";
Berlin = "Europe/Berlin"; Berlin = "Europe/Berlin";
India = "Asia/Kolkata"; Cuba = "America/Havana";
Wellington = "Pacific/Auckland"; Wellington = "Pacific/Auckland";
}; };
sort = "alphabetical"; sort = "alphabetical";
@ -263,7 +264,7 @@ let
}; };
grid = { grid = {
columns = [ 33 12 28 36 0 ]; columns = [ 33 12 28 36 0 ];
rows = [ 9 3 7 6 0 ]; rows = [ 9 4 6 6 0 ];
}; };
refreshInterval = 1; refreshInterval = 1;
mods = with modules; { mods = with modules; {