Files
nixos/home/baseline/default.nix
T
Greg Hellings 4516958b91 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
2025-07-01 22:33:18 -04:00

16 lines
171 B
Nix

{ ... }:
{
imports = [
./ansible.nix
./bash.nix
./direnv.nix
./git.nix
./nushell.nix
./ssh.nix
./tools.nix
./vim
./xonsh.nix
];
}