diff --git a/index.html b/index.html index 63699d334..8324633cd 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 55708d601..2b48730ad 100644
--- a/options.html
+++ b/options.html
@@ -7802,6 +7802,16 @@ undone stoke. Set to null
to disable the
undo hotkey.
Type: null or string or positive integer, meaning >0
Default: "F10"
Declared by:
<home-manager/modules/services/gromit-mpx.nix>
+ |
services.home-manager.autoUpgrade.enable
Whether to enable the Home Manager upgrade service that periodically updates your Nix
+channels before running home-manager switch
.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/home-manager-auto-upgrade.nix>
+ |
services.home-manager.autoUpgrade.frequency
The interval at which the Home Manager auto upgrade is run.
+This value is passed to the systemd timer configuration
+as the OnCalendar
option.
+The format is described in
+systemd.time(7).
+
Type: string
Example: "weekly"
Declared by:
+ <home-manager/modules/services/home-manager-auto-upgrade.nix>
|
services.hound.enable
Whether to enable hound.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/hound.nix>
|
services.hound.databasePath
The Hound database path.
Type: path
Default: "$XDG_DATA_HOME/hound"
Declared by: