diff --git a/index.html b/index.html index 74dc55061..244e15f12 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf?+
ca.desrt.dconf?This manual will eventually describes how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 2806cf279..8655563a3 100644 --- a/options.html +++ b/options.html @@ -9748,6 +9748,36 @@ permanently for a password. "hourly"
Declared by:
<home-manager/modules/services/getmail.nix>
+ |
services.git-sync.enableWhether to enable git-sync services.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/services/git-sync.nix>
+ |
services.git-sync.packagePackage containing the git-sync program. +
Type: package
Default:
+ pkgs.git-sync
+
Declared by:
+ <home-manager/modules/services/git-sync.nix>
+ |
services.git-sync.repositoriesThe repositories that should be synchronized. +
Type: attribute set of submodules
Declared by:
+ <home-manager/modules/services/git-sync.nix>
+ |
services.git-sync.repositories.<name>.intervalThe interval, specified in seconds, at which the synchronization will +be triggered even without filesystem changes. +
Type: signed integer
Default:
+ 500
+
Declared by:
+ <home-manager/modules/services/git-sync.nix>
+ |
services.git-sync.repositories.<name>.pathThe path at which to sync the repository
Type: path
Declared by:
+ <home-manager/modules/services/git-sync.nix>
+ |
services.git-sync.repositories.<name>.uriThe URI of the remote to be synchronized. This is only used in the +event that the directory does not already exist. See +https://git-scm.com/docs/git-clone#_git_urls +for the supported URIs. +
Type: string
Example:
+ "git+ssh://user@example.com:/~[user]/path/to/repo.git"
+
Declared by:
+ <home-manager/modules/services/git-sync.nix>
|
services.gnome-keyring.enableWhether to enable GNOME Keyring.
Type: boolean
Default:
false
Example: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -149,7 +149,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index 6b80a2577..72f3d061c 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-Name
Name
Synopsis
home-manager {
build
|
@@ -80,7 +80,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.
Options
-A
@@ -253,15 +253,15 @@
attrPath--verbose