mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Use C locale even on Desktop
This commit is contained in:
parent
7ac068c1f8
commit
7b451307f6
1 changed files with 3 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ ulib, ... }: with ulib; merge3
|
{ ulib, ... }: with ulib; merge
|
||||||
|
|
||||||
(systemConfiguration {
|
(systemConfiguration {
|
||||||
console.keyMap = "trq";
|
console.keyMap = "trq";
|
||||||
|
|
||||||
|
i18n.defaultLocale = "C.UTF-8";
|
||||||
})
|
})
|
||||||
|
|
||||||
(desktopSystemConfiguration {
|
(desktopSystemConfiguration {
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
|
||||||
|
|
||||||
i18n.extraLocaleSettings = let
|
i18n.extraLocaleSettings = let
|
||||||
locale = "tr_TR.UTF-8";
|
locale = "tr_TR.UTF-8";
|
||||||
in {
|
in {
|
||||||
|
@ -21,7 +21,3 @@
|
||||||
LC_TIME = locale;
|
LC_TIME = locale;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
(serverSystemConfiguration {
|
|
||||||
i18n.defaultLocale = "C.UTF-8";
|
|
||||||
})
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue