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
|
# to record your screen
|
||||||
# ---------------------
|
# ---------------------
|
||||||
simplescreenrecorder
|
simplescreenrecorder
|
||||||
|
# todo : the tool to show the keys pressing
|
||||||
|
|
||||||
# to transcode video material
|
# to transcode video material
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue