Remove git from doom-purge service packages
This commit is contained in:
parent
1337c894b6
commit
8efaadf936
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue