Remove redundant Doom emacs monthly cleanup

This commit is contained in:
coolneng 2023-03-22 23:21:45 +01:00
parent a709f88dc7
commit 19d00f703a
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 11 deletions

View File

@ -15,17 +15,6 @@ with pkgs;
after = [ "network-online.target" ]; after = [ "network-online.target" ];
}; };
# Clean up Doom Emacs monthly
systemd.user.services.doom-purge = {
description = "Purge Doom Emacs";
path = [ bash emacs-vterm git coreutils ];
script = ''
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom -! purge -g"
'';
serviceConfig.Type = "oneshot";
startAt = "*-*-13 20:00:00";
};
# Upgrade Neovim plugins weekly # Upgrade Neovim plugins weekly
systemd.user.services.vim-plug-upgrade = { systemd.user.services.vim-plug-upgrade = {
description = "Upgrade Vim-Plug"; description = "Upgrade Vim-Plug";