Update Doom Emacs packages with the framework
This commit is contained in:
parent
3a91370ba7
commit
ded7c7f8ee
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue