8 lines
139 B
Nix
8 lines
139 B
Nix
{ pkgs, ... }@all: with all; {
|
|
i18n.defaultLocale = "en_US.UTF-8";
|
|
console = {
|
|
font = "Lat2-Terminus16";
|
|
keyMap = "de";
|
|
};
|
|
}
|