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
+4
View File
@@ -87,6 +87,8 @@ in {
inputs.agent-lib.homeManagerModules.default
inputs.dms.homeModules.default
inputs.dms-plugin-registry.homeModules.default
inputs.nix-colors.homeManagerModules.default
inputs.m3ta-nixpkgs.homeManagerModules.default
# Paths module — must be first, provides m3taHome.paths.srcRoot
../modules/paths.nix
@@ -97,6 +99,8 @@ in {
++ contextImport
++ setImports;
_module.args.m3taHomeInputs = inputs;
# Set the flake source root for asset path resolution
"m3ta-home".paths.srcRoot = selfPath;