hackens-org-configurations/machines/hackens-milieu/i18n.nix

9 lines
159 B
Nix
Raw Normal View History

2021-11-02 19:30:28 +01:00
{ pkgs, ... }: {
i18n.defaultLocale = "en_US.UTF-8";
console = {
font = "Lat2-Terminus16";
keyMap = "fr";
};
time.timeZone = "Europe/Paris";
}