feat: emacs service for darwin
This commit is contained in:
parent
903e06d734
commit
c14f2b480a
|
@ -176,6 +176,13 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
launchd.user.agents.emacs = {
|
||||
config.ProgramArguments =
|
||||
[ "${emacsBinPath}/emacs" "--fg-daemon" "${escapeShellArgs cfg.extraOptions}" ];
|
||||
config.RunAtLoad = true;
|
||||
};
|
||||
|
||||
|
||||
home = {
|
||||
packages = optional cfg.client.enable (hiPrio clientDesktopItem);
|
||||
|
||||
|
|
Loading…
Reference in a new issue