Okay, sometimes a laptop has a moonlander attached
This commit is contained in:
parent
dcf898f8db
commit
2122b500f9
1 changed files with 3 additions and 2 deletions
|
|
@ -15,9 +15,10 @@
|
|||
|
||||
# Configure keymap in X11
|
||||
xserver = {
|
||||
xkb = {
|
||||
layout = lib.mkForce "neo_dvorak,us";
|
||||
layout = lib.mkForce "neo_dvorak,us";
|
||||
xkbOptions = "grp:ctrls_toggle";
|
||||
|
||||
xkb = {
|
||||
extraLayouts = {
|
||||
neo_dvorak = {
|
||||
description = "Dvorak with Neo2 Extensions";
|
||||
|
|
|
|||
Loading…
Reference in a new issue