Fix locale issues
This commit is contained in:
parent
75f6cdaab2
commit
61fbbfb1a6
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
LC_ALL = "en_GB.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in New Issue