users/foo-dogsquared/setups/development: add more tools

This commit is contained in:
Gabriel Arazas 2025-01-30 17:07:24 +08:00
parent 90eda0af56
commit 5e4b17d940
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -76,6 +76,9 @@ in {
go-migrate # Go potential migraines. go-migrate # Go potential migraines.
oils-for-unix # Rev them up, reverent admin. oils-for-unix # Rev them up, reverent admin.
lnav # Navigate with some logs like what some pirates do. lnav # Navigate with some logs like what some pirates do.
inotify-tools # I notify things with tools like these.
watchman # He ain't a superhero though, he's a creeper (for your files that is).
devbox # Create a Nix devshell without Nixlang.
# Testing REST and all about backend development. # Testing REST and all about backend development.
httpie httpie
@ -89,6 +92,9 @@ in {
# Testing out LLMs. # Testing out LLMs.
plandex plandex
# Testing out your web app #532.
mysql-workbench
]; ];
} }