From 55522ef1a1f95277185b374985025152c8377e30 Mon Sep 17 00:00:00 2001 From: chase Date: Wed, 28 May 2025 23:04:35 -0400 Subject: [PATCH] 122 current 2025-05-28 23:04:29 25.11.20250527.4faa5f5 6.15.0 * --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index c5a47c5..0db4ea3 100644 --- a/home/home.nix +++ b/home/home.nix @@ -26,7 +26,7 @@ source = config.lib.file.mkOutOfStoreSymlink ./emacs/early-init.el; }; "emacs/init.el" = { - source = config.lib.file.mkOutOfStoreSymlink ./emacs/early-init.el; + source = config.lib.file.mkOutOfStoreSymlink ./emacs/init.el; }; }; };