diff --git a/index.html b/index.html index 7aa411b46..7bd6361e2 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 cbfb1a443..0863829ed 100644
--- a/options.html
+++ b/options.html
@@ -2323,6 +2323,22 @@ Use autorandr --fingerprint
to get current setup value
<home-manager/modules/programs/autorandr.nix>
programs.bash.enable
Whether to enable GNU Bourne-Again SHell.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/bash.nix>
+ |
programs.bash.enableCompletion
Whether to enable Bash completion for all interactive Bash shells. + +
+ +Note, if you use NixOS or nix-darwin and do not have Bash completion +enabled in the system configuration, then make sure to add + +
+ environment.pathsToLink = [ "/share/bash-completion" ]; +
+
+to your system configuration to get completion for system packages.
+Note, the legacy /etc/bash_completion.d
path is
+not supported by Home Manager.
+
Type: boolean
Default: true
Declared by:
+ <home-manager/modules/programs/bash.nix>
|
programs.bash.enableVteIntegration
Whether to enable integration with terminals using the VTE library. This will let the terminal track the current working directory. diff --git a/tools.html b/tools.html index 997baffa5..c3d178174 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. -