Update Doom Emacs packages with the framework
This commit is contained in:
@@ -108,7 +108,8 @@ in {
|
|||||||
path = [ pkgs.emacs pkgs.git ];
|
path = [ pkgs.emacs pkgs.git ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user