fix: make inputs self-contained

This commit is contained in:
m3tam3re
2026-06-06 13:13:58 +02:00
parent 5c92a9f1c6
commit add002e05c
6 changed files with 70 additions and 68 deletions
+3 -5
View File
@@ -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 {