mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-26 18:58:28 +02:00
feat(nixos): add cursor-cli/claude-code/gemini-cli/opencode
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, pkgs-master, ... }:
|
||||
{
|
||||
home.packages =
|
||||
with pkgs;
|
||||
[
|
||||
mitmproxy # http/https proxy tool
|
||||
wireshark # network analyzer
|
||||
|
||||
# IDEs
|
||||
# jetbrains.idea-community
|
||||
|
||||
# AI cli tools
|
||||
k8sgpt
|
||||
kubectl-ai # an ai helper opensourced by google
|
||||
]
|
||||
++ (lib.optionals pkgs.stdenv.isx86_64 [
|
||||
insomnia # REST client
|
||||
# AI Agent Tools
|
||||
++ (with pkgs-master; [
|
||||
cursor-cli
|
||||
claude-code
|
||||
gemini-cli
|
||||
opencode
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user