Merge pull request #13499 from eskimor/libinput-mkEnableOption

nixos: libinput use mkEnableOption
This commit is contained in:
Arseniy Seroka 2016-02-27 09:43:54 +03:00
commit d0e3a4f216

View File

@ -10,12 +10,7 @@ in {
services.xserver.libinput = { services.xserver.libinput = {
enable = mkOption { enable = mkEnableOption "libinput";
type = types.bool;
default = false;
example = true;
description = "Whether to enable libinput support.";
};
dev = mkOption { dev = mkOption {
type = types.nullOr types.str; type = types.nullOr types.str;