diff --git a/modules/misc/dconf.nix b/modules/misc/dconf.nix index 8c28fe9cd..7d3a9731d 100644 --- a/modules/misc/dconf.nix +++ b/modules/misc/dconf.nix @@ -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