Currently the following, will produce `some_opt=false` in the
rendered config:
```nix
programs.mangohud.settings = {
some_opt = false;
};
```
With the intention being to disable the option, this would be
incorrect, as per the following stated at:
<
|
||
|---|---|---|
| .. | ||
| basic-configuration-mpv.conf | ||
| basic-configuration.conf | ||
| basic-configuration.nix | ||
| default.nix | ||