NixFiles/systems/pogmachine/locale.nix
2023-04-09 12:56:40 +01:00

14 lines
214 B
Nix

{ config, ... }:
{
# Time zone
time.timeZone = "Europe/London";
# Internationalisation properties
i18n.defaultLocale = "en_GB.UTF-8";
console = {
font = "Lat2-Terminus16";
keyMap = "uk";
};
}