1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00
This commit is contained in:
David Sánchez 2025-03-30 12:12:04 +02:00 committed by GitHub
commit ca521e8d2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,6 +174,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);