fix: make inputs self-contained
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
# AI agent system — OpenCode, Pi, and MCP server configuration.
|
||||
# Relies on coding.agents options provided by home/common/default.nix
|
||||
# (inputs.m3ta-nixpkgs.homeManagerModules.default).
|
||||
# (m3taHomeInputs.m3ta-nixpkgs.homeManagerModules.default).
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
m3taHomeInputs,
|
||||
pkgs,
|
||||
videoDrivers ? [],
|
||||
...
|
||||
@@ -62,7 +60,7 @@
|
||||
home.packages = with pkgs; [
|
||||
agenix-cli
|
||||
agent-browser
|
||||
inputs.agent-lib.packages.${pkgs.system}.agent-lib-cli
|
||||
m3taHomeInputs.agent-lib.packages.${pkgs.system}.agent-lib-cli
|
||||
beads
|
||||
pi-coding-agent
|
||||
(qmd.override {
|
||||
|
||||
Reference in New Issue
Block a user