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:
@@ -8,6 +8,7 @@
|
||||
./git.nix
|
||||
./nushell.nix
|
||||
./ssh.nix
|
||||
./tools.nix
|
||||
./vim
|
||||
./xonsh.nix
|
||||
];
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
jqp
|
||||
iamb
|
||||
rainfrog
|
||||
tenere
|
||||
wiki-tui
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user