Merge pull request #13499 from eskimor/libinput-mkEnableOption
nixos: libinput use mkEnableOption
This commit is contained in:
commit
d0e3a4f216
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user