mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-02-25 01:14:49 +01:00
11 lines
192 B
Nix
11 lines
192 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
mitmproxy # http/https proxy tool
|
|
insomnia # REST client
|
|
wireshark # network analyzer
|
|
|
|
# IDEs
|
|
jetbrains.idea-community
|
|
];
|
|
}
|