diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-03-02 17:12:19 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-03-02 17:12:19 +0100 |
| commit | 0551b624d5d37f956ae8b7ad3bae2f1104b34ec9 (patch) | |
| tree | 7731cdef0dbdaf30bd0f8de984b9b478982ae50d /modules/home-manager/personal/programs/emacs.nix | |
| parent | e8d6bbd026adb8e8aee6ca28d2fc6f184517e830 (diff) | |
home: emacs: fix auto update service
Diffstat (limited to 'modules/home-manager/personal/programs/emacs.nix')
| -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; |
