diff --git a/index.html b/index.html index 856c885cd..75aaf3aaf 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf or dconf.service?+
ca.desrt.dconf or dconf.service?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index bdc195167..1e054608a 100644 --- a/options.html +++ b/options.html @@ -5084,6 +5084,10 @@ for options. };
Declared by:
<home-manager/modules/programs/neovim.nix>
+ |
programs.neovim.defaultEditorWhether to configure nvim as the default
+editor using the EDITOR environment variable.
+
Type: boolean
Default: false
Declared by:
+ <home-manager/modules/programs/neovim.nix>
|
programs.neovim.extraConfigCustom vimrc lines.
Type: strings concatenated with "\n"
Default: ""
Example:
''
set nobackup
@@ -6920,7 +6924,11 @@ of options.
<home-manager/modules/programs/vim.nix>
programs.vim.packageResulting customized vim package
Type: package (read only)
Declared by:
<home-manager/modules/programs/vim.nix>
- |
programs.vim.packageConfigurableConfigurable vim package
Type: package
Default: "pkgs.vim_configurable"
Declared by:
+ |
programs.vim.packageConfigurableVim package to customize
Type: package
Default: pkgs.vim-full
Example: pkgs.vim
Declared by:
+ <home-manager/modules/programs/vim.nix>
+ |
programs.vim.defaultEditorWhether to configure vim as the default
+editor using the EDITOR environment variable.
+
Type: boolean
Default: false
Declared by:
<home-manager/modules/programs/vim.nix>
|
programs.vim.extraConfigCustom .vimrc lines
Type: strings concatenated with "\n"
Default: ""
Example:
'' set nocompatible diff --git a/tools.html b/tools.html index 06f406a86..5cf9264f6 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -Appendix D. Tools
- home-manager - — reconfigure a user environment
Name
home-manager +
Appendix D. Tools
- home-manager + — reconfigure a user environment
Name
home-manager — reconfigure a user environment
Synopsis
home-manager{ build | @@ -90,7 +90,7 @@ | --verbose } - ]Description
This command updates the user environment so that it corresponds to the configuration specified in
~/.config/nixpkgs/home.nixor~/.config/nixpkgs/flake.nix.@@ -159,7 +159,7 @@ available for immediate garbage collection.
-
Options
The tool accepts the options
-A@@ -278,15 +278,15 @@attrPath--verboseActivates verbose output. -