8 lines
88 B
Nix
8 lines
88 B
Nix
{ ... }:
|
|
|
|
{
|
|
console = {
|
|
font = "Lat2-Terminus16";
|
|
useXkbConfig = true;
|
|
};
|
|
}
|