mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-06 12:55:09 +02:00
feat: add develop environment for ruby
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
# db related
|
||||
dbeaver
|
||||
|
||||
mitmproxy # http/https proxy tool
|
||||
insomnia # REST client
|
||||
wireshark # network analyzer
|
||||
ventoy # create bootable usb
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user