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