dconf: allow values to be floats

Technically dconf calls these "double" but nix floats ought to work.
This commit is contained in:
Benjamin Staffin
2019-04-16 17:01:14 -04:00
committed by Robert Helgesson
parent ff602cb906
commit c5f35b7ff9

View File

@@ -19,7 +19,7 @@ let
in
"${key}=${tweakVal value}";
primitive = with types; either bool (either int str);
primitive = with types; either bool (either int (either float str));
in