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
+1
View File
@@ -8,6 +8,7 @@
./git.nix
./nushell.nix
./ssh.nix
./tools.nix
./vim
./xonsh.nix
];
+10
View File
@@ -0,0 +1,10 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
jqp
iamb
rainfrog
tenere
wiki-tui
];
}
+1
View File
@@ -32,6 +32,7 @@ let
in
{
"MacBook-Pro.local" = user "aarch64-darwin" "ivr" "gregory.hellings";
"MacBook-Prolocal.local" = user "aarch64-darwin" "ivr" "gregory.hellings";
"jude.thehellings.lan" = user "aarch64-darwin" "ivr" "gregory.hellings"; # This is annoying, but DNS is a pain for the shared docking station
exodus = greg "exodus";
jude = greg "jude";
+2
View File
@@ -41,6 +41,8 @@ in
nixStable
pipenv-ivr
pre-commit
python311
python3Packages.flake8
skaffold
x
];