feat: add gemini-cli

This commit is contained in:
Ryan Yin
2025-06-27 00:02:08 +08:00
parent 623e697343
commit cc0b099d63
3 changed files with 17 additions and 22 deletions

View File

@@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
nur-ryan4yin,
...
}: {
home.packages = with pkgs; [
mitmproxy # http/https proxy tool
insomnia # REST client
@@ -6,5 +10,7 @@
# IDEs
# jetbrains.idea-community
nur-ryan4yin.packages.${pkgs.system}.gemini-cli
];
}