diff --git a/index.html b/index.html index fc66b66b4..cbfbebccc 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 7d5d2e18c..5a0961ec6 100644 --- a/options.html +++ b/options.html @@ -2569,6 +2569,15 @@ necessary to use the Lombok class annotations. pkgs.emacs
Example:
pkgs.emacs25-nox
Declared by:
<home-manager/modules/programs/emacs.nix>
+ |
programs.emacs.extraConfigConfiguration to include in the Emacs default init file. See +https://www.gnu.org/software/emacs/manual/html_node/elisp/Init-File.html +for more. +
Type: strings concatenated with "\n"
Default:
+ ""
+
Example:
'' +(setq standard-indent 2) +''
Declared by:
+ <home-manager/modules/programs/emacs.nix>
|
programs.emacs.extraPackagesExtra packages available to Emacs. To get a list of available packages run: nix-env -f '<nixpkgs>' -qaP -A emacsPackages. diff --git a/tools.html b/tools.html index cd6226e9a..6267ac2d3 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager {
build
|
@@ -80,7 +80,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.
@@ -149,7 +149,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -253,15 +253,15 @@
--verbose
Activates verbose output. -