Add some TUI tools

Add rainfrog for databases
Add tenere for LLMs
Add jqp for playing with jq scripts
Add wiki-tui for wikipedia
Add iamb for Matrix
This commit is contained in:
Greg Hellings
2025-07-01 22:33:18 -04:00
parent aae3867944
commit 4516958b91
5 changed files with 38 additions and 24 deletions
+10
View File
@@ -0,0 +1,10 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
jqp
iamb
rainfrog
tenere
wiki-tui
];
}