diff options
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/personal/programs/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/personal/programs/emacs.nix b/modules/home-manager/personal/programs/emacs.nix index cd1f40c..d8dbc8d 100644 --- a/modules/home-manager/personal/programs/emacs.nix +++ b/modules/home-manager/personal/programs/emacs.nix @@ -47,7 +47,7 @@ in { Service = { Type = "oneshot"; WorkingDirectory = "${config.home.homeDirectory}/.emacs.d/"; - ExecStart = "${spacemacs-update-script}"; + ExecStart = "${spacemacs-update-script}/bin/spacemacs-update"; }; Timer = { Persistent = true; |
