MyNixOS website logo

The configuration to pass to Redshift. Available options for Redshift described in redshift(1).

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  redshift = {
    adjustment-method = "randr";
  };
  randr = {
    screen = 0;
  };
};