diff --git a/index.html b/index.html index 0f27e853b..23b89c2cf 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf or dconf.service?+
ca.desrt.dconf or dconf.service?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 6529eb090..b16622093 100644 --- a/options.html +++ b/options.html @@ -9664,6 +9664,44 @@ to only set background when logging in. Should be formatted as a duration understood by systemd.
Type: null or string
Default: null
Example: "1h"
Declared by:
<home-manager/modules/services/random-background.nix>
+ |
services.recoll.enableWhether to enable Recoll file index service.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/recoll.nix>
+ |
services.recoll.packagePackage providing the recoll binary.
+
Type: package
Default: pkgs.recoll
Example: (pkgs.recoll.override { withGui = false; })
Declared by:
+ <home-manager/modules/services/recoll.nix>
+ |
services.recoll.configDirThe directory to contain Recoll configuration files. This will be set
+as RECOLL_CONFDIR.
+
Type: string
Default: ${config.home.homeDirectory}/.recoll
Example: ${config.xdg.configHome}/recoll
Declared by:
+ <home-manager/modules/services/recoll.nix>
+ |
services.recoll.settingsThe configuration to be written at
+${config.services.recoll.configDir}/recoll.conf.
+
+See
+recoll(5) for more details about the configuration.
+
Type: attribute set of Recoll config value
Default:
+ {
+
+ }
+
Example:
{
+ nocjk = true;
+ loglevel = 5;
+ topdirs = [ "~/Downloads" "~/Documents" "~/projects" ];
+
+ "~/Downloads" = {
+ "skippedNames+" = [ "*.iso" ];
+ };
+
+ "~/projects" = {
+ "skippedNames+" = [ "node_modules" "target" "result" ];
+ };
+}
+Declared by:
+ <home-manager/modules/services/recoll.nix>
+ |
services.recoll.startAtWhen or how often the periodic update should run. Must be the format +described from +systemd.time(7). +
Type: string
Default: "hourly"
Example: "00/2:00"
Declared by:
+ <home-manager/modules/services/recoll.nix>
|
services.redshift.enableWhether to enable Redshift.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/redshift-gammastep/redshift.nix>
|
services.redshift.packageRedshift derivation to use. diff --git a/tools.html b/tools.html index d89bcfc1e..4a35be4c5 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager {
build
|
@@ -84,7 +84,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.
@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output. -