1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00
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

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);