devos/local/locale.nix

6 lines
87 B
Nix
Raw Normal View History

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