From 60081aa0134b92428e359466c956496c7d2769c7 Mon Sep 17 00:00:00 2001 From: Franck Cuny <59291+fcuny@users.noreply.github.com> Date: Sun, 2 Mar 2025 17:06:52 -0800 Subject: ensure llm templates dir exists --- nix/users/fcuny/llm.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nix/users/fcuny') diff --git a/nix/users/fcuny/llm.nix b/nix/users/fcuny/llm.nix index 407cead..4510c67 100644 --- a/nix/users/fcuny/llm.nix +++ b/nix/users/fcuny/llm.nix @@ -1,8 +1,7 @@ { ... }: { - - # we need this path to be created. home.file.".configs/llm/templates/.keep".text = "# Managed by Home Manager"; + home.file.".config/llm/templates/pr-prompt.yaml".text = builtins.readFile ../../../configs/llm/templates/pr-prompt.yaml; -- cgit v1.2.3