Clight
services.clight.enable
Whether to enable clight.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/clight.nix
services.clight.settings
Additional configuration to extend clight.conf. See https://github.com/FedeDP/Clight/blob/master/Extra/clight.conf for a sample configuration file.
Type: attribute set of (null or signed integer or string or boolean or floating point number or list of (signed integer or string or boolean or floating point number) or attribute set of (signed integer or string or boolean or floating point number or list of (signed integer or string or boolean or floating point number)))
Default
{ }
Example
{ac_capture_timeouts = [12030060];captures = 20;gamma_long_transition = true;}
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/clight.nix
services.clight.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/clight.nix
services.clight.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/clight.nix