MyNixOS website logo

Whether to enable or disable dithering for your monitor(s).

Values should match the order of physical ports on your GPU. If a null value is passed, nvibrant will default to false (even if a device is connected at that port).

If you have multiple GPUs, you can pass a list of lists in order of device.

Declarations
Type
list of (null or boolean or value "auto" (singular enum) or list of (null or boolean or value "auto" (singular enum)))
Default
[ ]
Example
[
  true   # HDMI
  null   # DP1
  false  # DP2
]