Remove git from doom-purge service packages

This commit is contained in:
2020-09-30 12:12:31 +02:00
parent 1337c894b6
commit 8efaadf936

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";