diff --git a/index.html b/index.html index 7b51b1ad5..02b1fdc87 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 4204c5a99..f34ef50cd 100644 --- a/options.html +++ b/options.html @@ -5989,7 +5989,7 @@ for options. <home-manager/modules/programs/rofi.nix>
programs.rofi.package
Package providing the rofi binary.
Type: package
Default:
-
(build of rofi-1.6.0)
+ (build of rofi-1.6.1)
Example:
pkgs.rofi.override { plugins = [ pkgs.rofi-emoji ]; };
Declared by:
<home-manager/modules/programs/rofi.nix>
@@ -7765,6 +7765,10 @@ if the first character is a space.
<home-manager/modules/programs/zsh.nix>
|
programs.zsh.initExtraBeforeCompInit
Extra commands that should be added to .zshrc
before compinit.
Type: strings concatenated with "\n"
Default:
""
+
Declared by:
+ <home-manager/modules/programs/zsh.nix>
+ |
programs.zsh.initExtraFirst
Commands that should be added to top of .zshrc
.
Type: strings concatenated with "\n"
Default:
+ ""
Declared by:
<home-manager/modules/programs/zsh.nix>
|
programs.zsh.localVariables
Extra local variables defined at the top of .zshrc
.
diff --git a/tools.html b/tools.html
index 784a9fedf..b46242f52 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -72,7 +72,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix
.
@@ -137,7 +137,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -226,15 +226,15 @@
--verbose
Activates verbose output. -