From 7690d1620e460c41f5f2d56a5087c3e64e1b9b76 Mon Sep 17 00:00:00 2001 From: Sense T Date: Wed, 5 Jul 2023 05:47:13 +0000 Subject: [PATCH] timezone --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 42492f5..96bb22d 100644 --- a/home.nix +++ b/home.nix @@ -55,6 +55,7 @@ # if you don't want to manage your shell through Home Manager. home.sessionVariables = { # EDITOR = "emacs"; + TZ = "Asia/Shanghai"; LANG = "zh_CN.UTF-8"; GOPROXY = "https://goproxy.cn,direct"; };