mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-21 00:49:52 +01:00
17 lines
269 B
Nix
17 lines
269 B
Nix
{
|
|
pkgs,
|
|
nur-ryan4yin,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
mitmproxy # http/https proxy tool
|
|
insomnia # REST client
|
|
wireshark # network analyzer
|
|
|
|
# IDEs
|
|
# jetbrains.idea-community
|
|
|
|
nur-ryan4yin.packages.${pkgs.system}.gemini-cli
|
|
];
|
|
}
|