Fix doom-purge timer
This commit is contained in:
parent
73eb4f8bb9
commit
da1807d403
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue