system: use xkb config for console
This commit is contained in:
parent
a323501f1f
commit
b03b60136a
1 changed files with 1 additions and 5 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue