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; };