1
Fork 0
satellite/modules/applications/locale.nix

10 lines
158 B
Nix
Raw Normal View History

2020-04-08 18:36:58 +02:00
{ ... }: {
2020-05-10 19:48:52 +02:00
i18n.defaultLocale = "en_US.UTF-8";
2020-04-08 18:36:58 +02:00
time.timeZone = "Europe/Bucharest";
2020-05-10 19:48:52 +02:00
console = {
keyMap = "us";
font = "Lat2-Terminus16";
};
2020-04-08 18:36:58 +02:00
}