in singapore now

This commit is contained in:
Ingolf Wagner 2020-02-15 01:18:40 +08:00
parent 8858704a45
commit 0667ba2f3e
Signed by: palo
GPG key ID: 76BF5F1928B9618B
3 changed files with 5 additions and 3 deletions

View file

@ -19,6 +19,7 @@ in {
# to record your screen
# ---------------------
simplescreenrecorder
# todo : the tool to show the keys pressing
# to transcode video material
# ---------------------------

View file

@ -40,7 +40,8 @@
# some system stuff
# -----------------
# time.timeZone = lib.mkDefault "Europe/Berlin";
time.timeZone = lib.mkDefault "Pacific/Auckland";
#time.timeZone = lib.mkDefault "Pacific/Auckland";
time.timeZone = lib.mkDefault "Asia/Singapore";
i18n = {
consoleFont = "Lat2-Terminus16";

View file

@ -306,8 +306,8 @@ let
top = 3;
left = 0;
title = "rates";
rates.NZD = [ "EUR" ];
rates.EUR = [ "NZD" ];
rates.SGD = [ "EUR" ];
rates.EUR = [ "SGD" ];
refreshInterval = 3600;
};