when i run st, it says
XOpenIM failed. Could not open input device.
I have this in my configuration.nix:
i18n.extraLocaleSettings = {
LC_ADDRESS = “en_IN”;
LC_IDENTIFICATION = “en_IN”;
LC_MEASUREMENT = “en_IN”;
LC_MONETARY = “en_IN”;
LC_NAME = “en_IN”;
LC_NUMERIC = “en_IN”;
LC_PAPER = “en_IN”;
LC_TELEPHONE = “en_IN”;
LC_TIME = “en_IN”;
LC_ALL = “en_IN”;
};
If I set LC_ALL to en_IN.utf8 by export LC_ALL="en_IN.uf8"
, it runs fine for that bash session.
Is there a way to set this in nix config?
Also i cannot set this value in configuration.nix because it gives Error: Unsupported locale detected.