From debd51f76bfe4f38a6f179a76e265f0fd23f79cb Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Sat, 28 Sep 2019 18:40:25 +0000 Subject: [PATCH] Set LOCALE_ARCHIVE --- src/pkgs/files/raw/home.nix.default | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pkgs/files/raw/home.nix.default b/src/pkgs/files/raw/home.nix.default index f81eef4..4fc447b 100644 --- a/src/pkgs/files/raw/home.nix.default +++ b/src/pkgs/files/raw/home.nix.default @@ -14,6 +14,11 @@ # userEmail = "jane.doe@example.org"; #}; + # Fix locale (perl apps panic without it) + home.sessionVariables = { + LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; + }; + # Simply install just the packages home.packages = with pkgs; [ # Stuff that you really really want to have