diff --git a/index.html b/index.html index 8c6a4a001..135b0f1f0 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 0f24281db..6dd38c6a1 100644 --- a/options.html +++ b/options.html @@ -4156,6 +4156,35 @@ Account commands should be placed in <home-manager/modules/programs/msmtp.nix>
programs.mu.enable
Whether to enable mu, a maildir indexer and searcher.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/mu.nix>
+ |
programs.navi.enable
Whether to enable Navi.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/navi.nix>
+ |
programs.navi.enableBashIntegration
Whether to enable Bash integration.
Type: boolean
Default: true
Example: true
Declared by:
+ <home-manager/modules/programs/navi.nix>
+ |
programs.navi.enableFishIntegration
Whether to enable Fish integration.
Type: boolean
Default: true
Example: true
Declared by:
+ <home-manager/modules/programs/navi.nix>
+ |
programs.navi.enableZshIntegration
Whether to enable Zsh integration.
Type: boolean
Default: true
Example: true
Declared by:
+ <home-manager/modules/programs/navi.nix>
+ |
programs.navi.package
The package to use for the navi binary.
Type: package
Default: pkgs.navi
Declared by:
+ <home-manager/modules/programs/navi.nix>
+ |
programs.navi.settings
Configuration written to
+$XDG_CONFIG_HOME/navi/config.yaml
on Linux or
+$HOME/Library/Application Support/navi/config.yaml
+on Darwin. See
+https://github.com/denisidoro/navi/blob/master/docs/config_file.md
+for more information.
+
Type: YAML value
Default:
+ {
+
+ }
+
Example:
{ + cheats = { + paths = [ + "~/cheats/" + ]; + }; +} +
Declared by:
+ <home-manager/modules/programs/navi.nix>
|
programs.ncmpcpp.enable
Whether to enable ncmpcpp - an ncurses Music Player Daemon (MPD) client.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/ncmpcpp.nix>
|
programs.ncmpcpp.package
Package providing the ncmpcpp
command.
diff --git a/tools.html b/tools.html
index 3977f6d67..c18db8b62 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. -