{ config, lib, pkgs, ... }: { # Configure VT console = { font = "Lat2-Terminus16"; keyMap = "us"; packages = with pkgs; [ terminus_font ]; }; }