From 00c42fdda133de815dcc3bfb6a6cc793d7da2287 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Tue, 10 Nov 2015 22:28:37 -0800 Subject: redshift: document lat/long and temp bounds --- nixos/modules/services/x11/redshift.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'nixos/modules/services/x11/redshift.nix') diff --git a/nixos/modules/services/x11/redshift.nix b/nixos/modules/services/x11/redshift.nix index ffae22d2d67..d40373ec2e5 100644 --- a/nixos/modules/services/x11/redshift.nix +++ b/nixos/modules/services/x11/redshift.nix @@ -22,14 +22,16 @@ in { latitude = mkOption { type = types.str; description = '' - Your current latitude. + Your current latitude, between + -90.0 and 90.0. ''; }; longitude = mkOption { type = types.str; description = '' - Your current longitude. + Your current longitude, between + between -180.0 and 180.0. ''; }; @@ -38,14 +40,16 @@ in { type = types.int; default = 5500; description = '' - Colour temperature to use during the day. + Colour temperature to use during the day, between + 1000 and 25000 K. ''; }; night = mkOption { type = types.int; default = 3700; description = '' - Colour temperature to use at night. + Colour temperature to use at night, between + 1000 and 25000 K. ''; }; }; -- cgit 1.4.1