diff --git a/options.html b/options.html
index 37b606e89..0b728e7d9 100644
--- a/options.html
+++ b/options.html
@@ -7373,7 +7373,7 @@ editor using the EDITOR environment variable.
< <home-manager/modules/services/emacs.nix>
services.emacs.socketActivation.enableWhether 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.startWithUserSessionWhether to launch Emacs service with the systemd user session.
Type: boolean
Default: !config.services.emacs.socketActivation.enable
Example: true
Declared by:
+ |
services.emacs.startWithUserSessionWhether to launch Emacs service with the systemd user session. If it is true, Emacs service is started by default.target. If it is "graphical", Emacs service is started by graphical-session.target.
Type: boolean or value "graphical" (singular enum)
Default: !config.services.emacs.socketActivation.enable
Example: "graphical"
Declared by:
<home-manager/modules/services/emacs.nix>
|
services.espanso.enableWhether to enable Espanso: cross platform text expander in Rust.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/espanso.nix>
|