services.xserver.xkbVariant

svn path=/nixos/trunk/; revision=31165
This commit is contained in:
Florian Friesdorf 2011-12-30 23:26:11 +00:00
parent da90f06ff8
commit 5b7e7bb429

View File

@ -228,6 +228,14 @@ in
'';
};
xkbVariant = mkOption {
default = "";
example = "colemak";
description = ''
X keyboard variant.
'';
};
config = mkOption {
description = ''
The contents of the configuration file of the X server
@ -463,6 +471,7 @@ in
Option "XkbModel" "${cfg.xkbModel}"
Option "XkbLayout" "${cfg.layout}"
Option "XkbOptions" "${cfg.xkbOptions}"
Option "XkbVariant" "${cfg.xkbVariant}"
EndSection
Section "ServerLayout"