Fix doom-purge timer

This commit is contained in:
coolneng 2021-08-13 20:51:28 +01:00
parent 73eb4f8bb9
commit da1807d403
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ in {
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom -y purge"
'';
serviceConfig.Type = "oneshot";
startAt = "13-*-* 20:00:00";
startAt = "*-*-13 20:00:00";
};
# Upgrade Neovim plugins weekly