1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 09:28:32 +02:00
home-manager/tests/modules/services/emacs
Tad Fisher 54b69d2ef8
emacs: fix service environment
Emacs populates 'exec-path' at launch from the 'PATH' environment
variable. Likewise, the emacs derivation from nixpkgs populates
'load-path' from the 'NIX_PROFILES' variable. As neither of these are
available by default in the systemd user manager, revert to the
previous behavior of launching the Emacs daemon from a login shell.

Fixes #1354
Fixes #1340
PR #1355
2020-06-24 22:50:30 +02:00
..
default.nix emacs: Support socket activation via systemd 2020-06-11 20:39:49 +02:00
emacs-emacsclient.desktop emacs: Support socket activation via systemd 2020-06-11 20:39:49 +02:00
emacs-service-emacs.service emacs: fix service environment 2020-06-24 22:50:30 +02:00
emacs-service.nix emacs: fix service environment 2020-06-24 22:50:30 +02:00
emacs-socket-26-emacs.service emacs: fix service environment 2020-06-24 22:50:30 +02:00
emacs-socket-26-emacs.socket emacs: Support socket activation via systemd 2020-06-11 20:39:49 +02:00
emacs-socket-26.nix emacs: fix service environment 2020-06-24 22:50:30 +02:00
emacs-socket-27-emacs.service emacs: fix service environment 2020-06-24 22:50:30 +02:00
emacs-socket-27-emacs.socket emacs: Support socket activation via systemd 2020-06-11 20:39:49 +02:00
emacs-socket-27.nix emacs: fix service environment 2020-06-24 22:50:30 +02:00