Author: amiddelk
Date: Sat Jan 14 09:40:08 2012
New Revision: 31529
URL: https://nixos.org/websvn/nix/?rev=31529&sc=1

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

Modified:
   nixos/trunk/modules/services/x11/hardware/synaptics.nix

Modified: nixos/trunk/modules/services/x11/hardware/synaptics.nix
==============================================================================
--- nixos/trunk/modules/services/x11/hardware/synaptics.nix     Sat Jan 14 
09:31:12 2012        (r31528)
+++ nixos/trunk/modules/services/x11/hardware/synaptics.nix     Sat Jan 14 
09:40:08 2012        (r31529)
@@ -53,7 +53,7 @@
       };
 
       palmDetect = mkOption {
-        default = "";
+        default = false;
         example = "true";
         description = "Whether to enable palm detection (hardware support 
required)";
       };
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to