diff --git a/index.html b/index.html index 2b8509b4d..e1938fcdb 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf?+
ca.desrt.dconf?This manual will eventually describes how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 2b28397f4..197105a8b 100644 --- a/options.html +++ b/options.html @@ -8781,7 +8781,9 @@ else pkgs.emacs "\${pkgs.soundfont-fluid}/share/soundfonts/FluidR3_GM2-2.sf2"
Declared by:
<home-manager/modules/services/fluidsynth.nix>
- |
services.gammastep.enableWhether to enable Gammastep.
Type: boolean
Default:
+
services.gammastep.enableEnable Gammastep to change your screen's colour temperature +depending on the time of day. +
Type: boolean
Default:
false
Example:
true
@@ -8792,33 +8794,45 @@ else pkgs.emacs
pkgs.gammastep
Declared by:
<home-manager/modules/services/redshift-gammastep/gammastep.nix>
- |
services.gammastep.dawnTimeSet the time interval of dawn manually. -The times must be specified as HH:MM in 24-hour format. -
Type: null or string
Default:
- null
-
Example:
- "6:00-7:45"
+
services.gammastep.brightness.dayScreen brightness to apply during the day,
+between 0.1 and 1.0.
+
Type: string
Default:
+ "1"
Declared by:
<home-manager/modules/services/redshift-gammastep/gammastep.nix>
- |
services.gammastep.duskTimeSet the time interval of dusk manually. -The times must be specified as HH:MM in 24-hour format. -
Type: null or string
Default:
- null
+
services.gammastep.brightness.nightScreen brightness to apply during the night,
+between 0.1 and 1.0.
+
Type: string
Default:
+ "1"
+
Declared by:
+ <home-manager/modules/services/redshift-gammastep/gammastep.nix>
+ |
services.gammastep.extraOptionsAdditional command-line arguments to pass to +redshift. +
Type: list of strings
Default:
+
+ [
+
+ ]
+
Example:
- "18:35-20:15"
+
+ [
+ "-v" "-m randr"
+ ]
+
Declared by:
<home-manager/modules/services/redshift-gammastep/gammastep.nix>
|
services.gammastep.latitudeYour current latitude, between -90.0 and
90.0. Must be provided along with
longitude.
-
Type: null or string or floating point number
Default:
+
Type: null or string
Default:
null
Declared by:
<home-manager/modules/services/redshift-gammastep/gammastep.nix>
|
services.gammastep.longitudeYour current longitude, between -180.0 and
180.0. Must be provided along with
latitude.
-
Type: null or string or floating point number
Default:
+
Type: null or string
Default:
null
Declared by:
<home-manager/modules/services/redshift-gammastep/gammastep.nix>
@@ -8830,25 +8844,6 @@ geoclue2 service.
"manual"
Declared by:
services.gammastep.settingsThe configuration to pass to Gammastep. -Available options for Gammastep described in -gammastep(1). - Type: attribute set of attribute set of INI atom (null, bool, int, float or string)ss Default: Example: {
- general = {
- adjustment-method = "randr";
- };
- randr = {
- screen = 0;
- };
-};
-Declared by:
services.gammastep.temperature.dayColour temperature to use during the day, between
Type: signed integer Default: Declared by:
services.redshift.enableWhether to enable Redshift. Type: boolean Default: |
services.redshift.enableEnable Redshift to change your screen's colour temperature +depending on the time of day. +
Type: boolean
Default:
false
Example:
true
@@ -9933,33 +9930,45 @@ as a duration understood by systemd.
pkgs.redshift
Declared by:
<home-manager/modules/services/redshift-gammastep/redshift.nix>
- |
services.redshift.dawnTimeSet the time interval of dawn manually. -The times must be specified as HH:MM in 24-hour format. -
Type: null or string
Default:
- null
-
Example:
- "6:00-7:45"
+
services.redshift.brightness.dayScreen brightness to apply during the day,
+between 0.1 and 1.0.
+
Type: string
Default:
+ "1"
Declared by:
<home-manager/modules/services/redshift-gammastep/redshift.nix>
- |
services.redshift.duskTimeSet the time interval of dusk manually. -The times must be specified as HH:MM in 24-hour format. -
Type: null or string
Default:
- null
+
services.redshift.brightness.nightScreen brightness to apply during the night,
+between 0.1 and 1.0.
+
Type: string
Default:
+ "1"
+
Declared by:
+ <home-manager/modules/services/redshift-gammastep/redshift.nix>
+ |
services.redshift.extraOptionsAdditional command-line arguments to pass to +redshift. +
Type: list of strings
Default:
+
+ [
+
+ ]
+
Example:
- "18:35-20:15"
+
+ [
+ "-v" "-m randr"
+ ]
+
Declared by:
<home-manager/modules/services/redshift-gammastep/redshift.nix>
|
services.redshift.latitudeYour current latitude, between -90.0 and
90.0. Must be provided along with
longitude.
-
Type: null or string or floating point number
Default:
+
Type: null or string
Default:
null
Declared by:
<home-manager/modules/services/redshift-gammastep/redshift.nix>
|
services.redshift.longitudeYour current longitude, between -180.0 and
180.0. Must be provided along with
latitude.
-
Type: null or string or floating point number
Default:
+
Type: null or string
Default:
null
Declared by:
<home-manager/modules/services/redshift-gammastep/redshift.nix>
@@ -9971,25 +9980,6 @@ geoclue2 service.
"manual"
Declared by:
services.redshift.settingsThe configuration to pass to Redshift. -Available options for Redshift described in -redshift(1). - Type: attribute set of attribute set of INI atom (null, bool, int, float or string)ss Default: Example: {
- redshift = {
- adjustment-method = "randr";
- };
- randr = {
- screen = 0;
- };
-};
-Declared by:
services.redshift.temperature.dayColour temperature to use during the day, between
Type: signed integer Default: becomes
-The It is recommended to check either
-redshift.conf.sample or
-gammastep.conf.sample
-for the available additional options in each program. The state version in this release includes the changes below. These
changes are only active if the home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -137,7 +137,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
- |