From a1191ff72a8885cafec4bb28650513346e6d17b4 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 9 Jun 2023 06:09:05 -0500 Subject: [PATCH] fix scripts --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 249f367..cc90740 100644 --- a/home/home.nix +++ b/home/home.nix @@ -340,7 +340,7 @@ # }; home.file."bin" = { - source = ../.config/scripts; + source = ../scripts; recursive = true; };