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;