From 0957b051ef4befd86ce97deef04f5095bea9543b Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 20 Feb 2023 01:53:23 -0500 Subject: start using nixpkgs-fmt --- hosts/common/locale.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'hosts/common/locale.nix') diff --git a/hosts/common/locale.nix b/hosts/common/locale.nix index 3c2ea9f..3e28cfd 100644 --- a/hosts/common/locale.nix +++ b/hosts/common/locale.nix @@ -1,13 +1,13 @@ _: { - i18n = { - defaultLocale = "en_US.UTF-8"; - extraLocaleSettings = { - LC_MESSAGES = "en_US.UTF-8"; - LC_TIME = "en_US.UTF-8"; - }; - }; + i18n = { + defaultLocale = "en_US.UTF-8"; + extraLocaleSettings = { + LC_MESSAGES = "en_US.UTF-8"; + LC_TIME = "en_US.UTF-8"; + }; + }; - time = { - timeZone = "America/New_York"; - }; + time = { + timeZone = "America/New_York"; + }; } -- cgit v1.2.3