pub-solar-os/profiles/locale.nix
2019-12-05 02:15:30 -07:00

6 lines
87 B
Nix

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