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