[Nix-dev] Emacs daemon as a user systemd service in NixOS

Eelco Dolstra eelco.dolstra at logicblox.com
Sun Oct 12 20:17:11 CEST 2014


Hi,

On 12/10/14 15:33, Damien Cassou wrote:

> How can I define an Emacs daemon user-based systemd service in NixOS?

You can define user services using the option systemd.user.services, where you
should be able to say:

  systemd.user.services.emacs = {
    ...
    environment.GTK_DATA_PREFIX = config.system.path;
  };

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/


More information about the nix-dev mailing list