Clean up doom emacs in an aggressive manner
This commit is contained in:
parent
8cf8082bc9
commit
6dfbc88614
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue