mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-09 18:41:06 +01:00
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 | ||