update
This commit is contained in:
parent
8f190e8957
commit
76832972e6
4 changed files with 15 additions and 21 deletions
|
|
@ -48,13 +48,6 @@ in
|
|||
#};
|
||||
};
|
||||
|
||||
launchd.user.agents.emacsdaemon = {
|
||||
script = "${myEmacs}/Applications/Emacs.app/Contents/MacOS/Emacs --daemon";
|
||||
serviceConfig.RunAtLoad = true;
|
||||
serviceConfig.UserName = "ragon";
|
||||
serviceConfig.KeepAlive = true;
|
||||
serviceConfig.WorkingDirectory = "/Users/ragon";
|
||||
};
|
||||
programs.gnupg.agent.enable = true;
|
||||
home-manager.users.ragon = { pkgs, lib, inputs, config, ... }:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue