feat: switch default locale to en_GB with LC_MONETARY set to en_IE
This commit is contained in:
parent
8eade142ef
commit
a33e3af4ed
|
@ -6,7 +6,10 @@
|
|||
keyMap = "uk";
|
||||
};
|
||||
i18n = {
|
||||
defaultLocale = "en_IE.UTF-8";
|
||||
defaultLocale = "en_GB.UTF-8";
|
||||
extraLocaleSettings = {
|
||||
LC_MONETARY = "en_IE.UTF-8";
|
||||
};
|
||||
inputMethod.enabled = "ibus";
|
||||
inputMethod.ibus.engines = with pkgs.ibus-engines; [ uniemoji ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue