Move nvim config to shared

This commit is contained in:
2024-06-08 14:14:26 -05:00
parent 4a914da23e
commit 0a8ded6db3
18 changed files with 278 additions and 24 deletions

6
overlays/llama-cpp.nix Normal file
View File

@@ -0,0 +1,6 @@
{}:
{
final: prev: {
llama-cpp = ;
}
}