diff --git a/index.html b/index.html index 20f38bdc..f932aef3 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 4eae40fa..55708d60 100644 --- a/options.html +++ b/options.html @@ -3441,6 +3441,25 @@ for a list of available themes. <home-manager/modules/programs/i3status-rust.nix>
programs.info.enable
Whether to enable GNU Info.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/info.nix>
+ |
programs.ion.enable
Whether to enable the Ion Shell. Compatible with Redox and Linux.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/ion.nix>
+ |
programs.ion.package
The ion package to install. May be used to change the version. +
Type: package
Default: pkgs.ion
Declared by:
+ <home-manager/modules/programs/ion.nix>
+ |
programs.ion.initExtra
Ion script which is called during ion initialization. +
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ <home-manager/modules/programs/ion.nix>
+ |
programs.ion.shellAliases
An attribute set that maps aliases (the top level attribute names +in this option) to command strings or directly to build outputs. +
Type: attribute set of strings
Default:
+ {
+
+ }
+
Example:
{ + g = "git"; +} +
Declared by:
+ <home-manager/modules/programs/ion.nix>
|
programs.irssi.enable
Whether to enable the Irssi chat client.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/irssi.nix>
|
programs.irssi.aliases
An attribute set that maps aliases to commands.
Type: attribute set of strings
Default:
@@ -6029,6 +6048,9 @@ database, separated by whitespace. The default is
Type: boolean
Default: true
Declared by:
<home-manager/modules/programs/starship.nix>
|
programs.starship.enableFishIntegration
Whether to enable Fish integration. +
Type: boolean
Default: true
Declared by:
+ <home-manager/modules/programs/starship.nix>
+ |
programs.starship.enableIonIntegration
Whether to enable Ion integration.
Type: boolean
Default: true
Declared by:
<home-manager/modules/programs/starship.nix>
|
programs.starship.enableZshIntegration
Whether to enable Zsh integration. diff --git a/tools.html b/tools.html index b9bd6b97..aa2ec845 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. -