chore: remove gemini, install it via npm instead

This commit is contained in:
Ryan Yin
2025-07-16 22:24:46 +08:00
parent f51f364cfa
commit 99cd3f8936

View File

@@ -1,8 +1,4 @@
{ {pkgs, ...}: {
pkgs,
nur-ryan4yin,
...
}: {
home.packages = with pkgs; home.packages = with pkgs;
[ [
mitmproxy # http/https proxy tool mitmproxy # http/https proxy tool
@@ -12,7 +8,6 @@
# jetbrains.idea-community # jetbrains.idea-community
# AI cli tools # AI cli tools
nur-ryan4yin.packages.${pkgs.system}.gemini-cli
k8sgpt k8sgpt
kubectl-ai # an ai helper opensourced by google kubectl-ai # an ai helper opensourced by google
] ]