1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-27 17:08:31 +02:00

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
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

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