diff --git a/index.html b/index.html index cf4a83511..acf9a0bc3 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 eb1aa74c3..11eabf4fe 100644 --- a/options.html +++ b/options.html @@ -8390,6 +8390,10 @@ 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:
+ <home-manager/modules/programs/vim.nix>
|
programs.vim.extraConfig
Custom .vimrc lines
Type: strings concatenated with "\n"
Default:
""
Example:
'' diff --git a/tools.html b/tools.html index fb81acabe..adf14a831 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 | @@ -82,7 +82,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
.@@ -151,7 +151,7 @@ available for immediate garbage collection.
-
Options
The tool accepts the options
-A
@@ -259,15 +259,15 @@attrPath
--verbose
Activates verbose output. -