diff --git a/index.html b/index.html index 10e7e88c..f78731e7 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 376e55cc..bd7625d0 100644 --- a/options.html +++ b/options.html @@ -8440,6 +8440,10 @@ useful for creating the directories mbsync is going to use.
services.mbsync.verbose
Whether mbsync should produce verbose output.
Type: boolean
Default: true
Declared by:
<home-manager/modules/services/mbsync.nix>
+ |
services.megasync.enable
Whether to enable Megasync client.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/megasync.nix>
+ |
services.megasync.package
Type: package
Default: pkgs.megasync
Declared by:
+ <home-manager/modules/services/megasync.nix>
|
services.mopidy.enable
Whether to enable Mopidy music player daemon.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/mopidy.nix>
|
services.mopidy.extensionPackages
Mopidy extensions that should be loaded by the service. diff --git a/tools.html b/tools.html index a4ab6d0b..98ced00d 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. -