diff options
Diffstat (limited to 'nix/users')
| -rw-r--r-- | nix/users/fcuny/llm.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
