diff --git a/system/all/default.nix b/system/all/default.nix index f85e252..3cdddc0 100644 --- a/system/all/default.nix +++ b/system/all/default.nix @@ -39,9 +39,10 @@ # 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 "Asia/Singapore"; + #time.timeZone = lib.mkDefault "Asia/Singapore"; + time.timeZone = lib.mkDefault "Asia/Makassar"; i18n = { consoleFont = "Lat2-Terminus16"; diff --git a/system/desktop/wtf.nix b/system/desktop/wtf.nix index 9549e97..7313558 100644 --- a/system/desktop/wtf.nix +++ b/system/desktop/wtf.nix @@ -306,8 +306,8 @@ let top = 3; left = 0; title = "rates"; - rates.SGD = [ "EUR" ]; - rates.EUR = [ "SGD" ]; + rates.IDR = [ "EUR" ]; + rates.EUR = [ "IDR" ]; refreshInterval = 3600; };