Add rainfrog for databases Add tenere for LLMs Add jqp for playing with jq scripts Add wiki-tui for wikipedia Add iamb for Matrix
11 lines
109 B
Nix
11 lines
109 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
jqp
|
|
iamb
|
|
rainfrog
|
|
tenere
|
|
wiki-tui
|
|
];
|
|
}
|