in singapore now
This commit is contained in:
parent
8858704a45
commit
0667ba2f3e
3 changed files with 5 additions and 3 deletions
|
@ -19,6 +19,7 @@ in {
|
|||
# to record your screen
|
||||
# ---------------------
|
||||
simplescreenrecorder
|
||||
# todo : the tool to show the keys pressing
|
||||
|
||||
# to transcode video material
|
||||
# ---------------------------
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue