Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support a{sv} types #82

Closed
1 task done
theotheroracle opened this issue Aug 2, 2023 · 1 comment
Closed
1 task done

support a{sv} types #82

theotheroracle opened this issue Aug 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@theotheroracle
Copy link
Contributor

The Problem

right now dconf2nix interprets a{sv} types as strings, but putting quotes around them makes them interpreted as strings which will not be interpreted

The Solution

understand a{sv} types, for example

{'org.wezfurlong.wezterm': <{'padding': <{'left': <uint32 13>, 'right': <uint32 14>, 'top': <uint32 29>, 'bottom': <uint32 13>}>, 'keep_rounded_corners': <{'maximized': <false>, 'fullscreen': <false>}>, 'border_radius': <uint32 12>, 'smoothing': <uint32 0>, 'enabled': <true>}>}

Alternatives

i can't think of one

Additional context

support for a{sv} types may also need to be added to home manager, in the form of sets as accepted datatypes possibly ?

Happens in the latest version

  • Yes, this feature is still missing.
@theotheroracle theotheroracle added the enhancement New feature or request label Aug 2, 2023
@theotheroracle
Copy link
Contributor Author

i think this might be a duplicate of #71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant