9616d81f98
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:
<
|
||
---|---|---|
.. | ||
integration | ||
lib | ||
modules | ||
asserts.nix | ||
big-test.nix | ||
default.nix | ||
stubs.nix |