set utf-8 locale
This commit is contained in:
parent
3b57e2863b
commit
9685954f07
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
|
@ -23,6 +23,8 @@
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "emacs";
|
EDITOR = "emacs";
|
||||||
|
LANG = "C.UTF-8";
|
||||||
|
LC_CTYPE = "C.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionPath = [
|
home.sessionPath = [
|
||||||
|
|
@ -54,6 +56,8 @@
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
# TODO add your custom bashrc here
|
# TODO add your custom bashrc here
|
||||||
bashrcExtra = ''
|
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/.config/composer/vendor/bin:$PATH
|
||||||
export PATH=/home/yisroel/.opencode/bin:$PATH
|
export PATH=/home/yisroel/.opencode/bin:$PATH
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue