From 115a3cfb80a02a8277d607f87187a94a4213c8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 18 Apr 2020 15:52:48 +0100 Subject: [PATCH] add explicit locale on non-nixos --- nixos/home-other-os.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/home-other-os.nix b/nixos/home-other-os.nix index a36c4996..419326c7 100644 --- a/nixos/home-other-os.nix +++ b/nixos/home-other-os.nix @@ -16,6 +16,8 @@ in home.sessionVariables = { PASSWORD_STORE_ENABLE_EXTENSIONS="true"; + LC_ALL="en_GB.UTF-8"; + LANG="en_GB.UTF-8"; }; news.display = "show";