fix: rename launchd.agents attr
This commit is contained in:
parent
b89404bc30
commit
ba16ed1455
|
@ -176,7 +176,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
launchd.user.agents.emacs = {
|
||||
launchd.agents.emacs = {
|
||||
config.ProgramArguments =
|
||||
[ "${emacsBinPath}/emacs" "--fg-daemon" "${escapeShellArgs cfg.extraOptions}" ];
|
||||
config.RunAtLoad = true;
|
||||
|
|
Loading…
Reference in a new issue