From 92200c7120748329307a9bbe943a510278678c41 Mon Sep 17 00:00:00 2001 From: chase Date: Wed, 28 May 2025 22:25:10 -0400 Subject: [PATCH] 117 current 2025-05-28 22:12:38 25.11.20250527.4faa5f5 6.15.0 * --- home/home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/home.nix b/home/home.nix index 2099da0..ccaa9aa 100644 --- a/home/home.nix +++ b/home/home.nix @@ -1,7 +1,7 @@ { config, pkgs, nur, ... }: let - earlyInitPath = "emacs/early-init.el"; - initPath = "emacs/init.el"; + earlyInitPath = "./emacs/early-init.el"; + initPath = "./emacs/init.el"; in { @@ -11,7 +11,7 @@ in home.file = { "scripts" = { - source = "scripts"; + source = "./scripts"; recursive = true; }; };