nixfiles/profiles/base/console-locale.nix

8 lines
117 B
Nix

{...}: {
i18n.defaultLocale = "en_GB.UTF-8";
console = {
font = "Lat2-Terminus16";
keyMap = "uk";
};
}