diff --git a/index.html b/index.html index a7a41db8c..314003c95 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 8c1829a26..18a798bcd 100644
--- a/options.html
+++ b/options.html
@@ -8202,6 +8202,9 @@ editor using the EDITOR
environment variable.
<home-manager/modules/services/emacs.nix>
services.emacs.socketActivation.enable
Whether to enable systemd socket activation for the Emacs service.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/emacs.nix>
+ |
services.emacs.startWithUserSession
Whether to launch Emacs service with the systemd user session. +
Type: boolean
Default: !config.services.emacs.socketActivation.enable
Example: true
Declared by:
+ <home-manager/modules/services/emacs.nix>
|
services.espanso.enable
Whether to enable Espanso: cross platform text expander in Rust.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/espanso.nix>
|
services.espanso.package
Which espanso package to use
Type: package
Default: pkgs.espanso
Declared by: