os/local/locale.nix
2020-01-03 22:06:31 -07:00

5 lines
87 B
Nix

{ ... }: {
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "America/Denver";
}