summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-06-23 22:02:32 -0700
committerBen Sima <ben@bsima.me>2018-06-23 22:02:32 -0700
commitcecf40211dc22f18abbd46fd8397c2570c7b7acd (patch)
treed007a9d53f01b5903660f939008541e77eaa6c22 /home.nix
parentc2452a6bd0241954aded685adc164803b3a2042d (diff)
Some utils
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 921b055..bfd5f9d 100644
--- a/home.nix
+++ b/home.nix
@@ -14,6 +14,7 @@ in
packages = import ./packages.nix { inherit pkgs; };
sessionVariables = {
EDITOR = "vim";
+ LANG = "en_US.UTF-8";
};
};