mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-11-09 09:51:54 +01:00
This makes it more semantically approachable IMO.
I would expect this behavior:
- Default value is `null`
- Config is created if the value is not `null`
Currently it's this behavior (makes little sense to me):
- Default value is `{}`
- Config is created if the values is not `""`
|
||
|---|---|---|
| .. | ||
| module.nix | ||
| package.nix | ||