Add just and ollama to home.packages

This commit is contained in:
panotaka
2023-12-15 13:16:11 -04:00
parent c1564a7af3
commit 6a5e14a905

View File

@@ -7,7 +7,11 @@
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
# Development
just just
# Tools
ollama
]; ];
programs.direnv = { programs.direnv = {