mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
Merge ba16ed1455
into 7170300119
This commit is contained in:
commit
ca521e8d2f
1 changed files with 7 additions and 0 deletions
|
@ -174,6 +174,13 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
launchd.agents.emacs = {
|
||||||
|
config.ProgramArguments =
|
||||||
|
[ "${emacsBinPath}/emacs" "--fg-daemon" "${escapeShellArgs cfg.extraOptions}" ];
|
||||||
|
config.RunAtLoad = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
packages = optional cfg.client.enable (hiPrio clientDesktopItem);
|
packages = optional cfg.client.enable (hiPrio clientDesktopItem);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue