timezone
This commit is contained in:
parent
9b59f7780f
commit
7690d1620e
1
home.nix
1
home.nix
@ -55,6 +55,7 @@
|
|||||||
# if you don't want to manage your shell through Home Manager.
|
# if you don't want to manage your shell through Home Manager.
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
# EDITOR = "emacs";
|
# EDITOR = "emacs";
|
||||||
|
TZ = "Asia/Shanghai";
|
||||||
LANG = "zh_CN.UTF-8";
|
LANG = "zh_CN.UTF-8";
|
||||||
GOPROXY = "https://goproxy.cn,direct";
|
GOPROXY = "https://goproxy.cn,direct";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user