Reindex files in doom upgrade service
This commit is contained in:
parent
3f63234965
commit
112593ef31
|
@ -7,8 +7,10 @@
|
|||
description = "Upgrade Doom Emacs";
|
||||
wantedBy = [ "default.target" ];
|
||||
path = with pkgs; [ bash emacsPgtkGcc git coreutils ];
|
||||
script =
|
||||
"${pkgs.bash}/bin/bash -c '/home/coolneng/.emacs.d/bin/doom -y upgrade'";
|
||||
script = ''
|
||||
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom -y upgrade"
|
||||
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom sync"
|
||||
'';
|
||||
serviceConfig = { Type = "oneshot"; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue