diff options
| author | seth <[email protected]> | 2023-01-23 16:37:50 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-23 16:44:50 -0500 |
| commit | 7155724780426addf5e674e9e19f9bc9d77dd9a0 (patch) | |
| tree | 075280be163b348ec0e5c50d4f8ac1ea0bf0d785 /hosts/common/locale.nix | |
| parent | 438c0368a0bf48b4973b97920ef0a9fbf53b567d (diff) | |
stop declaring unneeded imports :/
Diffstat (limited to 'hosts/common/locale.nix')
| -rw-r--r-- | hosts/common/locale.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/locale.nix b/hosts/common/locale.nix index 2699b3b..3c2ea9f 100644 --- a/hosts/common/locale.nix +++ b/hosts/common/locale.nix @@ -1,4 +1,4 @@ -{config, ...}: { +_: { i18n = { defaultLocale = "en_US.UTF-8"; extraLocaleSettings = { |
