diff --git a/index.html b/index.html index cb492708..e1a5eec7 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 d13f471f..32d94bf4 100644 --- a/options.html +++ b/options.html @@ -4651,6 +4651,20 @@ list of Python 3 packages required for your plugins to work.
programs.neovim.generatedConfigViml
Generated vimscript config.
Type: strings concatenated with "\n" (read only)
Declared by:
<home-manager/modules/programs/neovim.nix>
+ |
programs.neovim.generatedConfigs
Generated configurations with as key their language (set via type). +
Type: attribute set of strings concatenated with "\n"s (read only)
Example:
{ + viml = '' + " Generated by home-manager + set packpath^=/nix/store/cn8vvv4ymxjf8cfzg7db15b2838nqqib-vim-pack-dir + set runtimepath^=/nix/store/cn8vvv4ymxjf8cfzg7db15b2838nqqib-vim-pack-dir + ''; + + lua = '' + -- Generated by home-manager + vim.opt.background = "dark" + ''; +}
Declared by:
+ <home-manager/modules/programs/neovim.nix>
|
programs.neovim.plugins
List of vim plugins to install optionally associated with configuration to be placed in init.vim. diff --git a/tools.html b/tools.html index 6088e335..1f8d4960 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. -