nixfiles/nixos/common/getty.nix
2023-01-29 15:44:57 -08:00

6 lines
74 B
Nix

_: {
console = {
font = "Tamzen7x14";
earlySetup = true;
};
}