From bf5f693c9fb2487f9b1ea576e38377838a79a4b4 Mon Sep 17 00:00:00 2001
From: ncfavier 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>
|