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