From 8f9b12e93699f409510a026f15f63082e1b1f80c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 31 Aug 2020 09:49:26 +0100 Subject: [PATCH] use global locale archive on ubuntu --- nixos/home-other-os.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/home-other-os.nix b/nixos/home-other-os.nix index 072af58a..cac50afb 100644 --- a/nixos/home-other-os.nix +++ b/nixos/home-other-os.nix @@ -15,6 +15,7 @@ in }; home.sessionVariables = { + LOCALE_ARCHIVE=/usr/lib/locale/locale-archive; }; targets.genericLinux.enable = true;