From f137f861bc4b28768ac263d0a1ebde3c1d984cce Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Mon, 3 Oct 2022 19:54:37 +0200 Subject: emacs: make emacs.service run after the daemon has been started --- home/config/emacs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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"; -- cgit v1.2.3