ark/local/locale.nix

7 lines
139 B
Nix

{ ... }: {
console.keyMap = "trq";
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "Turkey";
services.xserver.layout = "tr";
}