Changed Keyboard Layout Order
This commit is contained in:
parent
6a360706ce
commit
55c0bbfffd
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ in {
|
||||||
# Configure keymap
|
# Configure keymap
|
||||||
services.xserver.xkb = {
|
services.xserver.xkb = {
|
||||||
variant = "caps:swapescape";
|
variant = "caps:swapescape";
|
||||||
layout = "dv2,de,us";
|
layout = "de,us,dv2";
|
||||||
extraLayouts.dv2 = {
|
extraLayouts.dv2 = {
|
||||||
description = "German Dvorak Type 2";
|
description = "German Dvorak Type 2";
|
||||||
languages = [ "de" ];
|
languages = [ "de" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue