group i18n
This commit is contained in:
parent
224beca86f
commit
cef8b3ee81
1 changed files with 24 additions and 21 deletions
|
|
@ -9,9 +9,10 @@
|
||||||
time.timeZone = lib.mkDefault "Europe/Istanbul";
|
time.timeZone = lib.mkDefault "Europe/Istanbul";
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n = {
|
||||||
|
defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
i18n.extraLocaleSettings = {
|
extraLocaleSettings = {
|
||||||
LC_ADDRESS = "tr_TR.UTF-8";
|
LC_ADDRESS = "tr_TR.UTF-8";
|
||||||
LC_IDENTIFICATION = "tr_TR.UTF-8";
|
LC_IDENTIFICATION = "tr_TR.UTF-8";
|
||||||
LC_MEASUREMENT = "tr_TR.UTF-8";
|
LC_MEASUREMENT = "tr_TR.UTF-8";
|
||||||
|
|
@ -24,12 +25,7 @@
|
||||||
# LC_ALL = "en_US.UTF-8";
|
# LC_ALL = "en_US.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.xkb = {
|
inputMethod = {
|
||||||
layout = "us";
|
|
||||||
variant = "";
|
|
||||||
};
|
|
||||||
|
|
||||||
i18n.inputMethod = {
|
|
||||||
type = "fcitx5";
|
type = "fcitx5";
|
||||||
enable = config.osbmModules.desktopEnvironment != "none";
|
enable = config.osbmModules.desktopEnvironment != "none";
|
||||||
fcitx5.addons = with pkgs; [
|
fcitx5.addons = with pkgs; [
|
||||||
|
|
@ -39,4 +35,11 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.xserver.xkb = {
|
||||||
|
layout = "us";
|
||||||
|
variant = "";
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue