mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Don't default to Turkish keymap
This commit is contained in:
parent
178b2c86d2
commit
6b75027e16
2 changed files with 2 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
||||||
(systemConfiguration {
|
(systemConfiguration {
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
|
|
||||||
|
console.keyMap = "trq";
|
||||||
time.timeZone = "Europe/Istanbul";
|
time.timeZone = "Europe/Istanbul";
|
||||||
|
|
||||||
users.users.nixos = normalUser {
|
users.users.nixos = normalUser {
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ lib, ulib, ... }: with ulib;
|
{ ulib, ... }: with ulib;
|
||||||
|
|
||||||
systemConfiguration {
|
systemConfiguration {
|
||||||
console.keyMap = "trq";
|
|
||||||
|
|
||||||
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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue