diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-10-03 19:54:37 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-10-03 19:54:37 +0200 |
| commit | f137f861bc4b28768ac263d0a1ebde3c1d984cce (patch) | |
| tree | 37174420004be34947c9eff8fa517258df8e0129 /home/config/emacs.nix | |
| parent | 922a9f3820f94f84cee9ebe7792e0ce4e1d08bac (diff) | |
emacs: make emacs.service run after the daemon has been started
Diffstat (limited to 'home/config/emacs.nix')
| -rw-r--r-- | home/config/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/config/emacs.nix b/home/config/emacs.nix index f39086b..d5a63a6 100644 --- a/home/config/emacs.nix +++ b/home/config/emacs.nix @@ -22,7 +22,7 @@ in { (pkgs.personal.lib.serviceWithTimer "spacemacs-update" { Unit = { Description = "Update Spacemacs by pulling the develop branch"; - After = [ "network-online.target" ]; + After = [ "network-online.target" "emacs.service" ]; }; Service = { Type = "oneshot"; |
