services.gammastep.settings

The configuration to pass to Gammastep. Available options for Gammastep described in gammastep(1).

Type
open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  general = {
    adjustment-method = "randr";
  };
  randr = {
    screen = 0;
  };
};
Declared
<home-manager/modules/services/redshift-gammastep/gammastep.nix>