This commit is contained in:
Sense T 2023-07-05 05:47:13 +00:00
parent 9b59f7780f
commit 7690d1620e

View File

@ -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";
};