This commit is contained in:
David Sánchez 2024-05-01 00:01:27 +01:00 committed by GitHub
commit 5601cb47b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -180,6 +180,13 @@ in {
};
};
launchd.agents.emacs = {
config.ProgramArguments =
[ "${emacsBinPath}/emacs" "--fg-daemon" "${escapeShellArgs cfg.extraOptions}" ];
config.RunAtLoad = true;
};
home = {
packages = optional cfg.client.enable (hiPrio clientDesktopItem);