mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
fix: rename launchd.agents attr
This commit is contained in:
parent
b89404bc30
commit
ba16ed1455
1 changed files with 1 additions and 1 deletions
|
@ -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