From b03b60136aebc1d8a411177f04e30c99dc12576c Mon Sep 17 00:00:00 2001 From: janabhumi Date: Tue, 11 Oct 2022 22:01:42 +0300 Subject: [PATCH] system: use xkb config for console --- machines/common.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/machines/common.nix b/machines/common.nix index 577e9c6..36bdd15 100644 --- a/machines/common.nix +++ b/machines/common.nix @@ -45,11 +45,7 @@ # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - # console = { - # font = "Lat2-Terminus16"; - # keyMap = "us"; - # useXkbConfig = true; # use xkbOptions in tty. - # }; + console.useXkbConfig = true; # Enable the X11 windowing system. services = {