diff --git a/modules/gui.nix b/modules/gui.nix index 17f806e..a577534 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -108,7 +108,8 @@ in { path = [ pkgs.emacs pkgs.git ]; serviceConfig = { Type = "oneshot"; - ExecStart = "/bin/sh /home/coolneng/.emacs.d/bin/doom -y upgrade"; + ExecStart = + "/bin/sh /home/coolneng/.emacs.d/bin/doom -y upgrade ; /bin/sh /home/coolneng/.emacs.d/bin/doom -y update"; }; };