diff --git a/index.html b/index.html index a081a5b3c..d70725ae8 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 2d5290ebb..f16fef8bb 100644 --- a/options.html +++ b/options.html @@ -8897,6 +8897,15 @@ useful for creating the directories mbsync is going to use. ]
Example: with pkgs; [ mopidy-spotify mopidy-mpd mopidy-mpris ]
Declared by:
<home-manager/modules/services/mopidy.nix>
+ |
services.mopidy.extraConfigFiles
Extra configuration files read by Mopidy when the service starts. +Later files in the list override earlier configuration files and +structured settings. +
Type: list of path
Default:
+ [
+
+ ]
+
Declared by:
+ <home-manager/modules/services/mopidy.nix>
|
services.mopidy.settings
Configuration written to
$XDG_CONFIG_HOME/mopidy/mopidy.conf
.
diff --git a/tools.html b/tools.html index 0a83de352..c91514e29 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -84,7 +84,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
.
@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output. -