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/
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to