From 2696262ed3427fc1fda03d4be6e8913013b154fc Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 29 Sep 2025 17:06:13 -0700 Subject: [PATCH] [emacs] Add TODO comment --- home/modules/emacs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/emacs/default.nix b/home/modules/emacs/default.nix index 5995b9f..bca3afb 100644 --- a/home/modules/emacs/default.nix +++ b/home/modules/emacs/default.nix @@ -56,6 +56,7 @@ in DOOMLOCALDIR = "${config.xdg.dataHome}/doom"; }; + # TODO: Use mkOutOfStoreSymlink instead? home.activation.doomConfig = lib.hm.dag.entryAfter ["writeBoundary"] '' # Always remove and recreate the symlink to ensure it points to the source directory rm -rf "${config.xdg.configHome}/doom"