1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-14 10:43:39 +02:00

fix: rename launchd.agents attr

This commit is contained in:
David Sánchez 2023-08-10 17:22:23 +01:00 committed by GitHub
parent b89404bc30
commit ba16ed1455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@ in {
};
};
launchd.user.agents.emacs = {
launchd.agents.emacs = {
config.ProgramArguments =
[ "${emacsBinPath}/emacs" "--fg-daemon" "${escapeShellArgs cfg.extraOptions}" ];
config.RunAtLoad = true;