add explicit locale on non-nixos
This commit is contained in:
parent
629e794561
commit
115a3cfb80
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ in
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
PASSWORD_STORE_ENABLE_EXTENSIONS="true";
|
PASSWORD_STORE_ENABLE_EXTENSIONS="true";
|
||||||
|
LC_ALL="en_GB.UTF-8";
|
||||||
|
LANG="en_GB.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
news.display = "show";
|
news.display = "show";
|
||||||
|
|
Loading…
Reference in a new issue