mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 02:14:13 -05:00
feat(home/pi): add agent-browser package
Assisted-by: openai-codex (gpt-5.6-luna)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
# Install skill
|
||||
programs.pi-coding-agent.settings.packages = [pkgs.agent-browser];
|
||||
# Make CLI available globally on the user
|
||||
home.packages = [pkgs.agent-browser];
|
||||
}
|
||||
@@ -4,6 +4,7 @@
|
||||
./pi-codex-image-gen.nix
|
||||
./pi-invisible-continue.nix
|
||||
./pi-mcp.nix
|
||||
./agent-browser.nix
|
||||
./rpiv-ask-user-question.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user