diff --git a/index.html b/index.html index 19d888546..fb16bb816 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 8c9848658..2ccb352b6 100644 --- a/options.html +++ b/options.html @@ -4866,6 +4866,16 @@ modules as well as the choice of default ones are at [ "host" "ssh" "cwd" "gitlite" "jobs" "exit" ] +
Declared by:
+ <home-manager/modules/programs/powerline-go.nix>
+ |
programs.powerline-go.modulesRight
List of module names to load to be displayed on the right side. +Currently not supported by bash. Specifying a value for this +option will force powerline-go to use the eval format to set +the prompt. +
Type: null or list of strings
Default: null
Example:
+ [
+ "host" "venv" "git"
+ ]
Declared by:
<home-manager/modules/programs/powerline-go.nix>
|
programs.powerline-go.newline
Set to true if the prompt should be on a line of its own. diff --git a/tools.html b/tools.html index 7d1f376c2..ccc241c3a 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -82,7 +82,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
.
@@ -151,7 +151,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -259,15 +259,15 @@
--verbose
Activates verbose output. -