Skip to content

Commit 976556b

Browse files
committed
feat: add i18.extraLocalisations
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent f8767dc commit 976556b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

System/Common/Misc/misc.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
time.timeZone = config'.system.timezone;
44
i18n.defaultLocale = config'.system.locale;
55

6+
i18n.extraLocaleSettings = {
7+
LC_ADDRESS = "en_IN";
8+
LC_IDENTIFICATION = "en_IN";
9+
LC_MEASUREMENT = "en_IN";
10+
LC_MONETARY = "en_IN";
11+
LC_NAME = "en_IN";
12+
LC_NUMERIC = "en_IN";
13+
LC_PAPER = "en_IN";
14+
LC_TELEPHONE = "en_IN";
15+
LC_TIME = "en_IN";
16+
};
17+
618
services.pulseaudio.enable = false;
719
security.rtkit.enable = true;
820

0 commit comments

Comments
 (0)