mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
dconf: allow values to be floats
Technically dconf calls these "double" but nix floats ought to work.
This commit is contained in:
committed by
Robert Helgesson
parent
ff602cb906
commit
c5f35b7ff9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user