services.xserver.xkbVariant
svn path=/nixos/trunk/; revision=31165
This commit is contained in:
parent
da90f06ff8
commit
5b7e7bb429
1 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue