system: use xkb config for console

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-11 22:01:42 +03:00
parent a323501f1f
commit b03b60136a
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -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 = {