From 4c95e9af0f660f8345e4f3b0d2bcb515297770e0 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 18 Jul 2022 20:27:19 +0200 Subject: [PATCH] sync doom fix --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index b91dee97..cccf507b 100644 --- a/home/home.nix +++ b/home/home.nix @@ -26,7 +26,7 @@ rec { # TODO: Update flatpak on rebuild? Make a setting/module for this, emacs update and yabridgectl update... Use home.activation... home.activation.syncDoomEmacs = lib.hm.dag.entryAfter [ "writeBoundary" ] '' - doom sync + ${home.homeDirectory}/.emacs.d/bin/doom sync ''; home.activation.syncYabridge = lib.hm.dag.entryAfter [ "writeBoundary" ] '' yabridgectl sync