Use final Emacs package for daemon launchd agent
This commit is contained in:
parent
9a58c24955
commit
6d3229427f
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ in
|
||||||
config = {
|
config = {
|
||||||
KeepAlive = true;
|
KeepAlive = true;
|
||||||
ProgramArguments = [
|
ProgramArguments = [
|
||||||
"${config.programs.emacs.package}/bin/emacs"
|
"${config.programs.emacs.finalPackage}/bin/emacs"
|
||||||
"--fg-daemon"
|
"--fg-daemon"
|
||||||
];
|
];
|
||||||
RunAtLoad = true;
|
RunAtLoad = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue