Update Doom Emacs packages with the framework

This commit is contained in:
coolneng 2020-06-23 01:30:21 +02:00
parent 3a91370ba7
commit ded7c7f8ee
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

View File

@ -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";
}; };
}; };