From 2383cf3ce2f0c022be444c297931876f2940b02b Mon Sep 17 00:00:00 2001 From: Joshua Barrett Date: Fri, 29 May 2026 19:54:26 -0400 Subject: [PATCH] I should really stop committing and just use file but I'm in too deep --- nix/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home-manager.nix b/nix/home-manager.nix index 5153f79..f6067f3 100644 --- a/nix/home-manager.nix +++ b/nix/home-manager.nix @@ -56,7 +56,7 @@ flake: { value.source = "${treesit-grammars}/lib"; } ] ++ (lib.optional ( - emacs-config.emacsWrapper.elispManifestPath != null + emacsTwistPackage.emacsWrapper.elispManifestPath != null ) { name = "${cfg.directory}/twist-manifest.json"; value.source = emacsTwistPackage.emacsWrapper.elispManifestPath; -- 2.51.2