diff --git a/modules/services/x11/hardware/synaptics.nix b/modules/services/x11/hardware/synaptics.nix index e8c839dc9949..a2087f24e450 100644 --- a/modules/services/x11/hardware/synaptics.nix +++ b/modules/services/x11/hardware/synaptics.nix @@ -53,7 +53,7 @@ let cfg = config.services.xserver.synaptics; in }; palmDetect = mkOption { - default = ""; + default = false; example = "true"; description = "Whether to enable palm detection (hardware support required)"; };