Move Emacs to user configuration
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M system/satoshipad.nix → system/satoshipad.nix
@@ -54,7 +54,7 @@ path = with pkgs; [ python3Packages.keyring ]; serviceConfig = { Type = "oneshot"; ExecStart = "${pkgs.isync}/bin/mbsync -Va"; - ExecStartPost = "${pkgs.myEmacs}/bin/emacsclient -e (mu4e-update-index)"; + # ExecStartPost = "${pkgs.myEmacs}/bin/emacsclient -e (mu4e-update-index)"; }; };