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