{ config, ... }: { # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; console = { font = "Lat2-Terminus16"; keyMap = "us"; }; services.xserver.layout = "us"; # Set your time zone. time.timeZone = "America/New_York"; }