use global locale archive on ubuntu

This commit is contained in:
Cyryl Płotnicki 2020-08-31 09:49:26 +01:00
parent 06903263d5
commit 8f9b12e936

View file

@ -15,6 +15,7 @@ in
}; };
home.sessionVariables = { home.sessionVariables = {
LOCALE_ARCHIVE=/usr/lib/locale/locale-archive;
}; };
targets.genericLinux.enable = true; targets.genericLinux.enable = true;