mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Adjust extra locale settings
This commit is contained in:
parent
a3daa70a48
commit
e5abe29608
1 changed files with 11 additions and 4 deletions
|
@ -1,9 +1,12 @@
|
||||||
{ ulib, ... }: with ulib;
|
{ ulib, ... }: with ulib; merge3
|
||||||
|
|
||||||
systemConfiguration {
|
(systemConfiguration {
|
||||||
console.keyMap = "trq";
|
console.keyMap = "trq";
|
||||||
|
})
|
||||||
|
|
||||||
|
(desktopSystemConfiguration {
|
||||||
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
|
||||||
i18n.extraLocaleSettings = let
|
i18n.extraLocaleSettings = let
|
||||||
locale = "tr_TR.UTF-8";
|
locale = "tr_TR.UTF-8";
|
||||||
in {
|
in {
|
||||||
|
@ -17,4 +20,8 @@ systemConfiguration {
|
||||||
LC_TELEPHONE = locale;
|
LC_TELEPHONE = locale;
|
||||||
LC_TIME = locale;
|
LC_TIME = locale;
|
||||||
};
|
};
|
||||||
}
|
})
|
||||||
|
|
||||||
|
(serverSystemConfiguration {
|
||||||
|
i18n.defaultLocale = "C.UTF-8";
|
||||||
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue