Rebuild pdf-tools after doom upgrade

This commit is contained in:
coolneng 2021-11-05 12:47:00 +01:00
parent d76793463d
commit ca0e576484
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ in {
path = [ bash emacs-vterm git coreutils ];
script = ''
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom -y upgrade"
emacsclient --eval "(pdf-tools-install)"
'';
serviceConfig.Type = "oneshot";
startAt = "22:00:00";