mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
fix(home/pi): hide mcp status icon
Assisted-by: pi (gpt-5.6-sol)
This commit is contained in:
@@ -12,4 +12,7 @@
|
||||
};
|
||||
in {
|
||||
programs.pi-coding-agent.settings.packages = [piMcp];
|
||||
home.file.".pi/agent/mcp.json".text = builtins.toJSON {
|
||||
settings.showStatusIcon = false;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user