mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
dconf: allow values to be floats
Technically dconf calls these "double" but nix floats ought to work.
This commit is contained in:
parent
ff602cb906
commit
c5f35b7ff9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue