Fixed the default value for the palmDetect synaptics option (empty string -> false).

svn path=/nixos/trunk/; revision=31529
This commit is contained in:
Arie Middelkoop 2012-01-14 09:40:08 +00:00
parent 4d26262878
commit 2f49427e4f
1 changed files with 1 additions and 1 deletions

View File

@ -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)";
};