Mark synaptics as deprecated

This commit is contained in:
Graham Christensen
2017-08-30 20:32:45 -04:00
parent 1b68193167
commit 9d2777a5a5
2 changed files with 9 additions and 1 deletions
@@ -29,7 +29,7 @@ in {
enable = mkOption {
type = types.bool;
default = false;
description = "Whether to enable touchpad support.";
description = "Whether to enable touchpad support. Deprecated: Consider services.xserver.libinput.enable.";
};
dev = mkOption {