services.xserver.xkbVariant
svn path=/nixos/trunk/; revision=31165
This commit is contained in:
parent
da90f06ff8
commit
5b7e7bb429
@ -228,6 +228,14 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xkbVariant = mkOption {
|
||||||
|
default = "";
|
||||||
|
example = "colemak";
|
||||||
|
description = ''
|
||||||
|
X keyboard variant.
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
config = mkOption {
|
config = mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
The contents of the configuration file of the X server
|
The contents of the configuration file of the X server
|
||||||
@ -463,6 +471,7 @@ in
|
|||||||
Option "XkbModel" "${cfg.xkbModel}"
|
Option "XkbModel" "${cfg.xkbModel}"
|
||||||
Option "XkbLayout" "${cfg.layout}"
|
Option "XkbLayout" "${cfg.layout}"
|
||||||
Option "XkbOptions" "${cfg.xkbOptions}"
|
Option "XkbOptions" "${cfg.xkbOptions}"
|
||||||
|
Option "XkbVariant" "${cfg.xkbVariant}"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "ServerLayout"
|
Section "ServerLayout"
|
||||||
|
Loading…
Reference in New Issue
Block a user