services.clight.settings
NixOS option
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
declared in: nixos/modules/services/x11/clight.nixView source on NixOS/nixpkgs →{
ac_capture_timeouts = [
120
300
60
];
captures = 20;
gamma_long_transition = true;
}