nixfiles/profiles/base/console-locale.nix

8 lines
119 B
Nix
Raw Normal View History

2022-03-09 19:22:25 +00:00
{ ... }: {
2022-03-09 19:24:45 +00:00
i18n.defaultLocale = "en_GB.UTF-8";
2022-03-09 19:22:25 +00:00
console = {
font = "Lat2-Terminus16";
keyMap = "uk";
};
}