NixFiles/systems/mdesktop/locale.nix

14 lines
214 B
Nix
Raw Normal View History

2023-03-09 08:33:38 +00:00
{ config, ... }:
{
# Time zone
time.timeZone = "Europe/London";
# Internationalisation properties
i18n.defaultLocale = "en_GB.UTF-8";
console = {
font = "Lat2-Terminus16";
keyMap = "uk";
};
}