mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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 {
|
||||
system.stateVersion = "23.05";
|
||||
|
||||
console.keyMap = "trq";
|
||||
time.timeZone = "Europe/Istanbul";
|
||||
|
||||
users.users.nixos = normalUser {
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
{ lib, ulib, ... }: with ulib;
|
||||
{ ulib, ... }: with ulib;
|
||||
|
||||
systemConfiguration {
|
||||
console.keyMap = "trq";
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n.extraLocaleSettings = let
|
||||
locale = "tr_TR.UTF-8";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue