mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-21 00:11:26 +02:00
feat: add gemini-cli
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user