Skip to content

Redshift

services.redshift.brightness.day

Screen brightness to apply during the day, between 0.1 and 1.0.

Type: string

Default

"1"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/redshift.nix

services.redshift.brightness.night

Screen brightness to apply during the night, between 0.1 and 1.0.

Type: string

Default

"1"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/redshift.nix

services.redshift.enable

Enable Redshift to change your screen's colour temperature depending on the time of day.

Type: boolean

Default

false

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/redshift.nix

services.redshift.executable

Redshift executable to use within the package.

Type: string

Default

"/bin/redshift"

Example

"/bin/redshift-gtk"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/redshift.nix

services.redshift.extraOptions

Additional command-line arguments to pass to {command}redshift.

Type: list of string

Default

[ ]

Example

["-v""-m randr"]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/redshift.nix

services.redshift.package

The redshift package to use. Type: package

Default

pkgs.redshift

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/redshift.nix

services.redshift.temperature.day

Colour temperature to use during the day, between 1000 and 25000 K.

Type: signed integer

Default

5500

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/redshift.nix

services.redshift.temperature.night

Colour temperature to use at night, between 1000 and 25000 K.

Type: signed integer

Default

3700

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/redshift.nix