nixfiles/profiles/base/console-locale.nix
ChaotiCryptidz efc786c4e2
nonixos
2022-03-09 19:26:33 +00:00

8 lines
119 B
Nix

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