Fix doom purge service
This commit is contained in:
parent
53e844883d
commit
dfbdffb6a1
|
@ -28,8 +28,9 @@
|
||||||
description = "Purge Doom Emacs";
|
description = "Purge Doom Emacs";
|
||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
path = with pkgs; [ bash emacsPgtkGcc git coreutils ];
|
path = with pkgs; [ bash emacsPgtkGcc git coreutils ];
|
||||||
script =
|
script = ''
|
||||||
"${pkgs.bash}/bin/bash -c '/home/coolneng/.emacs.d/bin/doom -y purge'";
|
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom -y purge"
|
||||||
|
'';
|
||||||
serviceConfig = { Type = "oneshot"; };
|
serviceConfig = { Type = "oneshot"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue