Add rainfrog for databases Add tenere for LLMs Add jqp for playing with jq scripts Add wiki-tui for wikipedia Add iamb for Matrix
16 lines
171 B
Nix
16 lines
171 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./ansible.nix
|
|
./bash.nix
|
|
./direnv.nix
|
|
./git.nix
|
|
./nushell.nix
|
|
./ssh.nix
|
|
./tools.nix
|
|
./vim
|
|
./xonsh.nix
|
|
];
|
|
}
|