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 = {
|
||||
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
example = true;
|
||||
description = "Whether to enable libinput support.";
|
||||
};
|
||||
enable = mkEnableOption "libinput";
|
||||
|
||||
dev = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
|
Loading…
x
Reference in New Issue
Block a user