From fa7a407bda1b26b413702287f227629af0798f55 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 8 Mar 2023 02:57:57 -0500 Subject: another major refactor --- hosts/common/locale.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 hosts/common/locale.nix (limited to 'hosts/common/locale.nix') diff --git a/hosts/common/locale.nix b/hosts/common/locale.nix deleted file mode 100644 index 45589ef..0000000 --- a/hosts/common/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"; - }; -} -- cgit v1.2.3