1
Fork 0
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:
RGBCube 2024-01-01 19:52:21 +03:00
parent 178b2c86d2
commit 6b75027e16
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -3,6 +3,7 @@
(systemConfiguration {
system.stateVersion = "23.05";
console.keyMap = "trq";
time.timeZone = "Europe/Istanbul";
users.users.nixos = normalUser {

View file

@ -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";