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 # to record your screen
# --------------------- # ---------------------
simplescreenrecorder simplescreenrecorder
# todo : the tool to show the keys pressing
# to transcode video material # to transcode video material
# --------------------------- # ---------------------------

View file

@ -40,7 +40,8 @@
# some system stuff # some system stuff
# ----------------- # -----------------
# time.timeZone = lib.mkDefault "Europe/Berlin"; # 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 = { i18n = {
consoleFont = "Lat2-Terminus16"; consoleFont = "Lat2-Terminus16";

View file

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