os/local/locale.nix

5 lines
87 B
Nix
Raw Normal View History

2020-01-03 22:06:31 -07:00
{ ... }: {
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "America/Denver";
}