diff --git a/index.html b/index.html index a1ec9f1d..557b1844 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 ce332767..c9af1e95 100644 --- a/options.html +++ b/options.html @@ -3670,7 +3670,7 @@ for supported values.
programs.less.enable
Whether to enable less, opposite of more.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/less.nix>
|
programs.less.keys
Extra configuration for less written to
-$HOME/.lesskey
.
+$XDG_CONFIG_HOME/lesskey
.
Type: strings concatenated with "\n"
Default: ""
Example:
'' s back-line t forw-line diff --git a/tools.html b/tools.html index 90f59996..72da1e0e 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. -