summaryrefslogtreecommitdiff
path: root/profiles/nixos/locale.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-17 12:00:55 -0400
committerseth <[email protected]>2023-04-17 12:01:21 -0400
commit92ca826539092f33c8e19a19c7a9ea0def2aece0 (patch)
treec6ff98c3f645f189b559bc1a69904fec217a946c /profiles/nixos/locale.nix
parent98921a299be9f22bde9204e1fd05d0ea0fb0c6ed (diff)
move most configurations to modules
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";
- };
-}