set utf-8 locale

This commit is contained in:
Yisroel Baum 2026-08-26 08:36:06 +03:00
parent 3b57e2863b
commit 9685954f07
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -23,6 +23,8 @@
home.sessionVariables = {
EDITOR = "emacs";
LANG = "C.UTF-8";
LC_CTYPE = "C.UTF-8";
};
home.sessionPath = [
@ -54,6 +56,8 @@
enableCompletion = true;
# TODO add your custom bashrc here
bashrcExtra = ''
export LANG=C.UTF-8
export LC_CTYPE=C.UTF-8
export PATH=/home/yisroel/.config/composer/vendor/bin:$PATH
export PATH=/home/yisroel/.opencode/bin:$PATH
'';