8 lines
127 B
Nix
8 lines
127 B
Nix
|
{ config, ... }: {
|
||
|
i18n.defaultLocale = "en_GB.UTF-8";
|
||
|
console = {
|
||
|
font = "Lat2-Terminus16";
|
||
|
keyMap = "uk";
|
||
|
};
|
||
|
}
|