diff options
Diffstat (limited to 'profiles/nixos/locale.nix')
| -rw-r--r-- | profiles/nixos/locale.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/profiles/nixos/locale.nix b/profiles/nixos/locale.nix new file mode 100644 index 0000000..45589ef --- /dev/null +++ b/profiles/nixos/locale.nix @@ -0,0 +1,13 @@ +_: { + i18n = { + supportedLocales = [ + "en_US.UTF-8/UTF-8" + ]; + defaultLocale = "en_US.UTF-8"; + }; + + time = { + hardwareClockInLocalTime = true; + timeZone = "America/New_York"; + }; +} |
