diff options
| -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"; |
