nix-community / dconf2nix

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

Support variant and dictionary types #71

Closed gvolpe closed 3 months ago

gvolpe commented 1 year ago

The Problem

Two new gvariant types were recently added to HM: https://github.com/nix-community/home-manager/commit/864ff685fe6443101a0a8f3950d21bcb4330e56a

The Solution

Leverage both hm.gvariant.type.variant and hm.gvariant.type.dictionaryEntryOf types.

Alternatives

No response

Additional context

No response

Happens in the latest version