Does corn support attrsets merge #29
Answered
by
JakeStanger
fbewivpjsbsby
asked this question in
Q&A
-
DescriptionIt is like nixos module, config will merge when you imports config, use Steps to reproduce
{
"policies": {
"DisableTelemetry": true,
"DisableFirefoxStudies": true,
"DNSOverHTTPS": {
"Enabled": true,
"ProviderURL": "https://1.1.1.1/dns-query",
"Locked": false,
"ExcludedDomains": [
""
]
},
"Preferences": {
"toolkit.legacyUserProfileCustomizations.stylesheets": {
"Value": true,
"Status": "user"
},
"layout.css.backdrop-filter.enabled": {
"Value": true,
"Status": "user"
},
"widget.non-native-theme.use-theme-accent": {
"Value": true,
"Status": "user"
}
}
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
JakeStanger
Nov 6, 2023
Replies: 1 comment 1 reply
-
Currently this is not supported. To be honest it's mostly an oversight as I never thought about deep merging at the time, but I can absolutely see the utility. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have opened #30 to track this. I will look in the future to see how feasible this is, and what the implications are.