hosts/base/locale.nix

11 lines
182 B
Nix
Raw Normal View History

2023-02-26 16:42:49 +01:00
{ pkgs, lib, ... }:
{
time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "en_GB.UTF-8";
console = {
font = "Lat2-Terminus16";
keyMap = "de";
};
}