diff --git a/index.html b/index.html index 856c885c..75aaf3aa 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 bdc19516..1e054608 100644 --- a/options.html +++ b/options.html @@ -5084,6 +5084,10 @@ for options. };
Declared by:
<home-manager/modules/programs/neovim.nix>
+ |
programs.neovim.defaultEditor
Whether 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.extraConfig
Custom 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.package
Resulting customized vim package
Type: package (read only)
Declared by:
<home-manager/modules/programs/vim.nix>
- |
programs.vim.packageConfigurable
Configurable vim package
Type: package
Default: "pkgs.vim_configurable"
Declared by:
+ |
programs.vim.packageConfigurable
Vim package to customize
Type: package
Default: pkgs.vim-full
Example: pkgs.vim
Declared by:
+ <home-manager/modules/programs/vim.nix>
+ |
programs.vim.defaultEditor
Whether 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.extraConfig
Custom .vimrc lines
Type: strings concatenated with "\n"
Default: ""
Example:
'' set nocompatible diff --git a/tools.html b/tools.html index 06f406a8..5cf9264f 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.nix
or~/.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
--verbose
Activates verbose output. -