Clean up doom emacs in an aggressive manner

This commit is contained in:
coolneng 2022-11-30 14:49:17 +01:00
parent 8cf8082bc9
commit 6dfbc88614
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ in {
description = "Purge Doom Emacs";
path = [ bash emacs-vterm git coreutils ];
script = ''
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom -! purge"
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom -! purge -g"
'';
serviceConfig.Type = "oneshot";
startAt = "*-*-13 20:00:00";