diff --git a/index.html b/index.html index 75aaf3aaf..fcd162208 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 1e054608a..d1ba2e29c 100644 --- a/options.html +++ b/options.html @@ -2548,6 +2548,8 @@ available packages run: <home-manager/modules/programs/exa.nix>
programs.feh.enable
Whether to enable feh - a fast and light image viewer.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/feh.nix>
+ |
programs.feh.package
Type: package
Default: pkgs.feh
Declared by:
+ <home-manager/modules/programs/feh.nix>
|
programs.feh.buttons
Override feh's default mouse button mapping. If you want to disable an action, set its value to null. If you want to bind multiple buttons to an action, set its value to a list. diff --git a/tools.html b/tools.html index 5cf9264f6..c4fccfbb6 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -90,7 +90,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
.
@@ -159,7 +159,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -278,15 +278,15 @@
--verbose
Activates verbose output. -