diff --git a/index.html b/index.html index fd7b6684..8e172add 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 364eff9e..1ac2fa10 100644 --- a/options.html +++ b/options.html @@ -3458,6 +3458,18 @@ deprecated and will be removed in the future. }
Declared by:
<home-manager/modules/programs/git.nix>
+ |
programs.git.hooks
Configuration helper for Git hooks. +See https://git-scm.com/docs/githooks +for reference. +
Type: attribute set of path
Default:
+ {
+
+ }
+
Example:
{ + pre-commit = ./pre-commit-script; +} +
Declared by:
+ <home-manager/modules/programs/git.nix>
|
programs.git.ignores
List of paths that should be globally ignored.
Type: list of string
Default: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -153,7 +153,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
[
diff --git a/tools.html b/tools.html
index 0ecaf13b..eab3379b 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
Name
Name
Synopsis
home-manager
{
build
|
@@ -84,7 +84,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
Options
-A
@@ -265,15 +265,15 @@
attrPath
--verbose