Skip to content

Commit f8eb613

Browse files
feat(system/default)!: rm extraLocaleSettings
1 parent 9d2501c commit f8eb613

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

modules/system/default.nix

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,7 @@
8383
services.timesyncd.enable = true;
8484

8585
# refer: https://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/SUPPORTED
86-
i18n = rec {
87-
defaultLocale = "en_US.UTF-8";
88-
89-
extraLocaleSettings = {
90-
LC_ADDRESS = defaultLocale;
91-
LC_IDENTIFICATION = defaultLocale;
92-
LC_MEASUREMENT = defaultLocale;
93-
LC_MONETARY = defaultLocale;
94-
LC_NAME = defaultLocale;
95-
LC_NUMERIC = defaultLocale;
96-
LC_PAPER = defaultLocale;
97-
LC_TELEPHONE = defaultLocale;
98-
LC_TIME = defaultLocale;
99-
};
100-
};
86+
i18n.defaultLocale = "en_US.UTF-8";
10187

10288
nixpkgs.hostPlatform = lib.mkDefault my.system;
10389
system.stateVersion = "23.11"; # Do no change

0 commit comments

Comments
 (0)