From 6b75027e16ca93e9cac0da11cf42d733951498ca Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 1 Jan 2024 19:52:21 +0300 Subject: [PATCH] Don't default to Turkish keymap --- hosts/enka/default.nix | 1 + modules/localisation/default.nix | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/enka/default.nix b/hosts/enka/default.nix index 61c2347..5756b14 100644 --- a/hosts/enka/default.nix +++ b/hosts/enka/default.nix @@ -3,6 +3,7 @@ (systemConfiguration { system.stateVersion = "23.05"; + console.keyMap = "trq"; time.timeZone = "Europe/Istanbul"; users.users.nixos = normalUser { diff --git a/modules/localisation/default.nix b/modules/localisation/default.nix index 64528ea..7506ee5 100644 --- a/modules/localisation/default.nix +++ b/modules/localisation/default.nix @@ -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";