diff --git a/index.html b/index.html index ee32ecc9..4cd2cd71 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 35697a0b..2c9ebbdd 100644 --- a/options.html +++ b/options.html @@ -2179,12 +2179,20 @@ this option) to command strings or directly to build outputs. }
Declared by:
<home-manager/modules/programs/bash.nix>
- |
programs.bash.shellOptions
Shell options to set.
Type: list of strings
Default:
+
programs.bash.shellOptions
Shell options to set. Prefix an option with
+“-
” to unset.
+
Type: list of strings
Default:
[
"histappend" "checkwinsize" "extglob" "globstar" "checkjobs"
]
+
Example:
+
+ [
+ "extglob" "-cdspell"
+ ]
+
Declared by:
<home-manager/modules/programs/bash.nix>
|
programs.bat.enable
Whether to enable bat, a cat clone with wings.
Type: boolean
Default: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -151,7 +151,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index ecf6374b..deead5d6 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
Name
Name
Synopsis
home-manager
{
build
|
@@ -82,7 +82,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
Options
-A
@@ -259,15 +259,15 @@
attrPath
--verbose