Remove git from doom-purge service packages

This commit is contained in:
coolneng 2020-09-30 12:12:31 +02:00
parent 1337c894b6
commit 8efaadf936
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
systemd.user.services.doom-purge = {
description = "Purge Doom Emacs";
wantedBy = [ "default.target" ];
path = [ pkgs.emacs pkgs.git ];
path = [ pkgs.emacs ];
serviceConfig = {
Type = "oneshot";
ExecStart = "/bin/sh /home/coolneng/.emacs.d/bin/doom purge";