dregil: Add german to list of locales
Also set TIME_STYLE to iso.
This commit is contained in:
parent
343ac3757e
commit
b86f21d565
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,11 @@ in {
|
||||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||||
|
|
||||||
|
i18n = {
|
||||||
|
extraLocaleSettings = { TIME_STYLE = "iso"; };
|
||||||
|
supportedLocales = [ "C.UTF-8" "en_US.UTF-8" "de_DE.UTF8" ];
|
||||||
|
};
|
||||||
|
|
||||||
console = {
|
console = {
|
||||||
font = "Lat2-Terminus16";
|
font = "Lat2-Terminus16";
|
||||||
#useXkbConfig = true; # use xkbOptions in tty.
|
#useXkbConfig = true; # use xkbOptions in tty.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue