From bf5f693c9fb2487f9b1ea576e38377838a79a4b4 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Thu, 11 May 2023 11:59:38 +0000 Subject: [PATCH] deploy: f714b170315770f5cb34107b17f2925f0aed7dd4 --- options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.html b/options.html index 37b606e8..0b728e7d 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.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:

+
services.emacs.startWithUserSession

Whether 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.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>