nix-community / dconf2nix

:feet: Convert dconf files (e.g. GNOME Shell) to Nix, as expected by Home Manager [maintainer=@jtojnar]
Apache License 2.0
229 stars 6 forks source link

doc: error in readme #75

Closed Guekka closed 5 months ago

Guekka commented 1 year ago

In the readme example, current=uint32 0 is converted to current = "uint32 0";

However, it should be current = lib.hm.gvariant.mkUint32 0

I assume the program behaviour is correct and it is a typo in the readme only, since this function exists

jtojnar commented 5 months ago

Thanks. This has been fixed in https://github.com/nix-community/dconf2nix/commit/c8aa732bc03f0136a40c413d1a7d993c01a4bfd6