summaryrefslogtreecommitdiff
path: root/profiles/nixos/locale.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/nixos/locale.nix')
-rw-r--r--profiles/nixos/locale.nix13
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";
- };
-}